countryCode2CountryNumber top-level property

Map<String, String> countryCode2CountryNumber
getter/setter pair

Implementation

Map<String, String> countryCode2CountryNumber = {
  "KR": "+82",
  "CN": "+86",
  "US": "+1",
};