menu
star_live package
documentation
utils/common/models.dart
CityModel
CityModel.new constructor
CityModel.new constructor
dark_mode
light_mode
CityModel
constructor
CityModel
(
{
required
String
?
name
,
String
?
tagIndex
,
String
?
namePinyin
,
String
?
code
,
})
Implementation
CityModel( {required this.name, this.tagIndex, this.namePinyin, this.code});
star_live package
documentation
utils/common/models
CityModel
CityModel.new constructor
CityModel class