infoByCode static method

UCountryCityInfo infoByCode(
  1. String? code
)

Implementation

static UCountryCityInfo infoByCode(String? code) => UCountryCityInfo(country: countryByCode(code), province: provinceByCode(code), city: cityByCode(code));