BMFBusStation class Null safety
此类表示公交站点信息
- Inheritance
 - 
    
- Object
 - BMFRouteNode
 - BMFBusStation
 
 
Constructors
- BMFBusStation({String? uid, String? title, dynamic location})
 - 有参构造
 - BMFBusStation.fromMap(Map map)
 - map => BMFBusStation
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  read-only, inherited
 - location ↔ dynamic
 - 
  该节点的坐标
  read / write, inherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-only, inherited
 - title ↔ String?
 - 
  该节点的名称
  read / write, inherited
 - uid ↔ String?
 - 
  该节点uid
  read / write, inherited
 
Methods
- 
  fromMap(
Map map) → dynamic  - 
  
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a non-existent method or property is accessed.
  inherited
 - 
  toMap(
) → Map< String, Object?>  - 
  
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited