list property

List<Country> get list

List of Country for most countries around the world.

Implementation

static List<Country> get list => _countriesList;