countryCode property

  1. @JsonKey(defaultValue: '')
String countryCode
final

The country code for the locale, e.g. US for US locale.

Implementation

@JsonKey(defaultValue: '')
final String countryCode;