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