list property

List<Country> get list

Returns a list of all the countries

Implementation

static List<Country> get list => _list;