countryCodes property
An array of two-character country codes, for example,
, from the alpha-2 country ISO codes of the ISO 3166 international
standard. "US", "CN"
Implementation
final List<CountryCode>? countryCodes;
An array of two-character country codes, for example,
, from the alpha-2 country ISO codes of the ISO 3166 international
standard. "US", "CN"
final List<CountryCode>? countryCodes;