linktsp_api
city_model
CityModel
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "id": id, "name": name, };
linktsp_api
city_model
CityModel
toJson method
CityModel class
Constructors
CityModel
fromJson
Properties
hashCode
id
name
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==