BMFPlanNode class Null safety

线路检索节点信息,一个路线检索节点可以通过经纬度坐标或城市名加地名确定

Constructors

BMFPlanNode({String? cityName, int? cityID, String? name, dynamic pt})
有参构造
BMFPlanNode.fromMap(Map map)
map => BMFPlanNode

Properties

cityID ↔ int?
节点所在城市ID
read / write
cityName ↔ String?
节点所在城市
read / write
hashCode → int
The hash code for this object.
read-only, inherited
name ↔ String?
节点名称
read / write
pt ↔ dynamic
节点坐标
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

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