menu
u package
documentation
models/u_country_city.dart
UCity
UCity.new const constructor
UCity.new const constructor
dark_mode
light_mode
UCity
constructor
const
UCity
(
{
required
String
code
,
required
String
nameEn
,
required
String
nameFa
,
})
Implementation
const UCity({required this.code, required this.nameEn, required this.nameFa});
u package
documentation
models/u_country_city
UCity
UCity.new const constructor
UCity class