officialCountryCode2 property

String? officialCountryCode2
getter/setter pair

Implementation

@JsonKey(
  name: 'official_country_code_2',
  fromJson: LanguageHelper.fromJsonStringMapIsoUnique,
  includeIfNull: false,
)
String? officialCountryCode2;