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