countryISOName property

  1. @JsonKey.new(name: 'CountryISOName', includeIfNull: false)
String? countryISOName
final

Implementation

@JsonKey(name: 'CountryISOName', includeIfNull: false)
final String? countryISOName;