countryCodes property

  1. @JsonKey(name: 'country_codes')
List<String>? countryCodes
getter/setter pair

Implementation

@JsonKey(name: 'country_codes')
List<String>? countryCodes;