BMFCityListInfo class

城市列表信息类

Constructors

BMFCityListInfo({String city, int count})
有参构造
BMFCityListInfo.fromMap(Map map)
map => BMFCityListInfo

Properties

city ↔ String
城市名称
read / write
count ↔ int
该城市所含搜索结果数目
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited