countries property

List<Country> get countries

Gets all countries with caching for improved performance. Returns a sorted list of all available countries.

Implementation

static List<Country> get countries => loadCountries();