Country

@objcMembers
public final class Country

Country model.

  • Two-letters iso code.

    Declaration

    Swift

    public let isoCode: String
  • Declaration

    Swift

    public static func == (lhs: Country, rhs: Country) -> Bool
  • Declaration

    Swift

    public convenience init(from decoder: Decoder) throws
  • Encodes the contents of the receiver.

    Throws

    EncodingError

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder.

  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)