countryCode3 property

String? countryCode3
getter/setter pair

Implementation

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