Get country name from code
static String? getCountryName(String code) { return countryMapping[code.toUpperCase()]; }