Get all country names
static List<String> get allNames => Country.values.map((c) => c.name).toList();