CityResult class

create_user: zhengzaihong email:1096877329@qq.com create_date: 2021-11-21 create_time: 12:34 describe:

Constructors

CityResult({String? province, String? city, String? area, String? provinceCode, String? cityCode, String? areaCode})
CityResult.fromJson(Map<String, dynamic> json)

Properties

area String?
getter/setter pair
areaCode String?
getter/setter pair
city String?
getter/setter pair
cityCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
province String?
省市区
getter/setter pair
provinceCode String?
对应的编码
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited