countryCodes property

List<CountryCode>? countryCodes
final

An array of two-character country codes, for example, "US", "CN" , from the alpha-2 country ISO codes of the ISO 3166 international standard.

Implementation

final List<CountryCode>? countryCodes;