menu
u package
documentation
models/u_country_city.dart
UCountryCityInfo
UCountryCityInfo.new const constructor
UCountryCityInfo.new const constructor
dark_mode
light_mode
UCountryCityInfo
constructor
const
UCountryCityInfo
(
{
UCountry
?
country
,
UProvince
?
province
,
UCity
?
city
,
})
Implementation
const UCountryCityInfo({this.country, this.province, this.city});
u package
documentation
models/u_country_city
UCountryCityInfo
UCountryCityInfo.new const constructor
UCountryCityInfo class