CityModel class
城市数据模型
在这个模型中:
- 省级行政区作为顶层对象
- city字段包含该省下所有城市
- area字段包含城市下所有区县
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited