values property
List<CountryCode>
get
values
Implementation
static List<CountryCode> get values =>
_countryCode.map((e) => CountryCode.fromMap(e)).toList();
static List<CountryCode> get values =>
_countryCode.map((e) => CountryCode.fromMap(e)).toList();