Country

public struct Country : Equatable

Country information.

Lifecycle

Public

  • ISO 3166-1 alpha-3 code of the country.

    Declaration

    Swift

    public let code: String
  • Name of the country.

    Declaration

    Swift

    public let name: TextWithPhonetics

Country.InitializationError