countryCodes property

List<String>? countryCodes
getter/setter pair

List of country codes representing countries.

A Country code is represented in ISO 3166 alpha-2 format. For Example:- "IT" for Italy, "GE" for Georgia.

Implementation

core.List<core.String>? countryCodes;