isoCountry property

String isoCountry
@JsonKey(defaultValue: ""), read / write

Country in the ISO 3166-1 alpha-2 standard (e.g. "fr"). iOS only.

Implementation

@JsonKey(defaultValue: "")
String isoCountry;