Get all available country codes
static List<String> getAllCountryCodes() { return countryMapping.keys.toList()..sort(); }