CarInstructionRoundabout class
Описание манёвров на перекрёстке с круговым движением.
Constructors
- CarInstructionRoundabout({CarInstructionRoundaboutType type = CarInstructionRoundaboutType.entry, int turnAngle = 0, int exitNumber = 0, required String exitName})
-
const
Properties
- exitName → String
-
Название съезда.
final
- exitNumber → int
-
Номер съезда -
1, inf
или 0, если номер съезда неизвестен.final - hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- turnAngle → int
-
Угол поворота в градусах
-180, 180
.final - type → CarInstructionRoundaboutType
-
Тип инструкции.
final
Methods
-
copyWith(
{CarInstructionRoundaboutType? type, int? turnAngle, int? exitNumber, String? exitName}) → CarInstructionRoundabout -
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