Lane class
Single lane on the road at the end of a route step.
Constructors
-
Lane.new({required List<
LaneDirection> laneDirections}) - Construct Lane.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
laneDirections
→ List<
LaneDirection> -
List of possible directions a driver can follow when using this lane at the end of the respective route step
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.
inherited