BMFMassTransitStep class Null safety

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

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
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