countryCode property
The country where this institution is located, represented as an ISO two-letter country code.
Implementation
@JsonKey(name: 'country_code')
String? countryCode;
The country where this institution is located, represented as an ISO two-letter country code.
@JsonKey(name: 'country_code')
String? countryCode;