static bool hasFlagIcon(String countryId) { countryId = countryId.toLowerCase(); return !_missingFlagCountryIds.contains(countryId); }