all property
List<CountryInfo>
get
all
Get all countries list
Implementation
static List<CountryInfo> get all => _countries.values.toList();
Get all countries list
static List<CountryInfo> get all => _countries.values.toList();