names property

List<String> get names

List of country names

Implementation

List<String> get names => List.from(countries.map((e) => e['name']));