BMFPlanNode class Null safety
线路检索节点信息,一个路线检索节点可以通过经纬度坐标或城市名加地名确定
Constructors
- BMFPlanNode({String? cityName, int? cityID, String? name, dynamic pt})
 - 有参构造
 - BMFPlanNode.fromMap(Map map)
 - map => BMFPlanNode
 
Properties
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