countryCode2 property

String? countryCode2
getter/setter pair

Implementation

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