countries property

Iterable<Country> countries

Gets all known countries on earth

Implementation

Iterable<Country> get countries => data.countries.values;