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