DrivingActionMetadata class final
Information about an action.
- Available extensions
Constructors
- DrivingActionMetadata({DrivingUturnMetadata? uturnMetadata, DrivingLeaveRoundaboutMetadata? leaveRoundaboutMetadada})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- leaveRoundaboutMetadada → DrivingLeaveRoundaboutMetadata?
-
The number of the exit for leaving the roundabout.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uturnMetadata → DrivingUturnMetadata?
-
The length of the U-turn.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant DrivingActionMetadata other) → bool -
The equality operator.
override