Get all display names
static List<String> get allDisplayNames => Country.values.map((c) => c.displayName).toList();