countryCodes property

  1. @JsonKey(name: 'country_codes', toJson: countryCodeListToJson, fromJson: countryCodeListFromJson)
List<CountryCode>? countryCodes
final

Implementation

@JsonKey(
    name: 'country_codes',
    toJson: countryCodeListToJson,
    fromJson: countryCodeListFromJson)
final List<enums.CountryCode>? countryCodes;