UCountryCityInfo constructor

const UCountryCityInfo({
  1. UCountry? country,
  2. UProvince? province,
  3. UCity? city,
})

Implementation

const UCountryCityInfo({this.country, this.province, this.city});