ScooterInstructionCrossroad class

Описание манёвров при проходе через перекрёсток или по пешеходному переходу.

Constructors

ScooterInstructionCrossroad({ScooterInstructionCrossroadLandmark landmark = ScooterInstructionCrossroadLandmark.none, required List<ScooterInstructionCrossroadManeuver> maneuvers})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
landmark ScooterInstructionCrossroadLandmark
Ориентир.
final
maneuvers List<ScooterInstructionCrossroadManeuver>
Цепочка идущих подряд манёвров.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({ScooterInstructionCrossroadLandmark? landmark, List<ScooterInstructionCrossroadManeuver>? maneuvers}) ScooterInstructionCrossroad
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override