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