CarInstructionCrossroad class

Описание манёвров на перекрёстке.

Constructors

CarInstructionCrossroad({CarInstructionCrossroadDirection direction = CarInstructionCrossroadDirection.straight, int turnAngle = 0, CarInstructionCrossroadLandmark landmark = CarInstructionCrossroadLandmark.none, required String exitName})
const

Properties

direction CarInstructionCrossroadDirection
Направление движения на перекрёстке.
final
exitName String
Название съезда.
final
hashCode int
The hash code for this object.
no setteroverride
landmark CarInstructionCrossroadLandmark
Ориентир.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
turnAngle int
Угол поворота в градусах -180, 180.
final

Methods

copyWith({CarInstructionCrossroadDirection? direction, int? turnAngle, CarInstructionCrossroadLandmark? landmark, String? exitName}) CarInstructionCrossroad
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