all property

List<CountryInfo> get all

Get all countries list

Implementation

static List<CountryInfo> get all => _countries.values.toList();