BMFMassTransitRouteLine class Null safety
此类表示一条公共交通路线
- Inheritance
 - 
    
- Object
 - BMFRouteLine
 - BMFMassTransitRouteLine
 
 
Constructors
- BMFMassTransitRouteLine({int? distance, dynamic duration, dynamic starting, dynamic terminal, String? title, List? steps, double? price})
 - 有参构造
 - BMFMassTransitRouteLine.fromMap(Map map)
 - map => BMFMassTransitRouteLine
 
Properties
- distance ↔ int?
 - 
  路线长度 单位: 米
  read / write, inherited
 - duration ↔ dynamic
 - 
  路线耗时 单位: 秒
  read / write, inherited
 - hashCode → int
 - 
  The hash code for this object.
  read-only, inherited
 - price ↔ double?
 - 
  路线花费
  read / write
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-only, inherited
 - starting ↔ dynamic
 - 
  路线起点信息
  read / write, inherited
 - steps ↔ List?
 - 
  路线中的所有路段
  read / write
 - terminal ↔ dynamic
 - 
  路线终点信息
  read / write, inherited
 - title ↔ String?
 - 
  路线名称(预留字段,现为空)
  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