shortCountry property

  1. @JsonKey(name: 'short_country')
String? shortCountry
final

The short country name, e.g. 'US'

Implementation

@JsonKey(name: 'short_country')
final String? shortCountry;