BMFRecommendStopInfo class Null safety

推荐上车点信息类

Constructors

BMFRecommendStopInfo({String? name, String? address, dynamic location, String? uid, double? distance})
有参构造
BMFRecommendStopInfo.fromMap(Map map)
map => BMFRecommendStopInfo

Properties

address ↔ String?
推荐上车点地址
read / write
distance ↔ double?
距查找点的距离,单位米
read / write
hashCode → int
The hash code for this object.
read-only, inherited
location ↔ dynamic
推荐上车点经纬度
read / write
name ↔ String?
推荐上车点名称
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
uid ↔ String?
推荐点poi的uid
read / write

Methods

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

Operators

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