countryCode property
The two-letter ISO 3166-1 alpha-2 country code of the country where the location is located
Implementation
@JsonKey(name: 'country_code')
String get countryCode;
The two-letter ISO 3166-1 alpha-2 country code of the country where the location is located
@JsonKey(name: 'country_code')
String get countryCode;