BMFMassTransitStep class

此类表示公共交通路线中的路段

Constructors

BMFMassTransitStep({bool isSubStep, List<BMFMassTransitSubStep> steps})
有参构造
BMFMassTransitStep.fromMap(Map map)
map => BMFMassTransitStep

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
isSubStep ↔ bool
steps中是方案还是子路段 [...]
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
steps ↔ List<BMFMassTransitSubStep>
本BMFMassTransitStep中的有几个方案或几个子路段,成员类型为BMFMassTransitSubStep
read / write

Methods

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

Operators

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