linktsp_api
city_model
CityModel
CityModel const constructor
CityModel
CityModel
constructor
Null safety
const
CityModel
(
{
int
?
id
,
String
?
name
}
)
Implementation
const CityModel({ this.id, this.name, });
linktsp_api
city_model
CityModel
CityModel const constructor
CityModel class
Constructors
CityModel
fromJson
Properties
hashCode
id
name
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==