countryItemKeyValue property

String Function(String? isoCode) countryItemKeyValue
getter/setter pair

Implementation

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