Get all available country names
static List<String> getAllCountryNames() { return countryMapping.values.toList()..sort(); }