longCountry property

  1. @JsonKey(name: 'long_country')
String? longCountry
final

The long country name, e.g. 'United States'

Implementation

@JsonKey(name: 'long_country')
final String? longCountry;