TIMAddressComponent class

Hierarchical address information / 地址结果的层次化信息

Implemented types

Constructors

TIMAddressComponent({String? country, String? province, String? city, String? district, String? town})
Constructor of TIMAddressComponent / 有参构造
TIMAddressComponent.fromMap(Map map)
map => TIMAddressComponent

Properties

city String?
City of the address / 城市名称
getter/setter pair
country String?
Country of the address / 国家
getter/setter pair
district String?
District of the address / 区县名称
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
province String?
Province of the address / 省份名称
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
town String?
Town of the address / 乡镇
getter/setter pair

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
model -> map
override
toString() String
A string representation of this object.
inherited

Operators

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