static String Function(String? isoCode) countryItemKeyValue = (String? isoCode) => 'intl_country_${isoCode!.toUpperCase()}_key';