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