countryCode property

  1. @JsonKey(name: 'country')
String? countryCode
getter/setter pair

Implementation

@JsonKey(name: 'country')
late String? countryCode;