countryCode property

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

The country where this institution is located, represented as an ISO two-letter country code.

Implementation

@JsonKey(name: 'country_code')
String? countryCode;