countryCode3 property

  1. @JsonKey(name: 'country_code_3', fromJson: LanguageHelper.fromJsonStringMapIsoUnique, includeIfNull: false)
String? countryCode3
getter/setter pair

Implementation

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