DrivingLaneSign class abstract final

The sign showing a lane.

Implemented types

Constructors

DrivingLaneSign(PolylinePosition position, bool? annotated, List<DrivingLane> lanes)
factory

Properties

annotated bool?
Determines whether the sign should be annotated.
no setter
hashCode int
The hash code for this object.
no setteroverride
lanes List<DrivingLane>
The lane to display the sign in.
no setter
position PolylinePosition
The position of the sign.
no setter
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.
override

Operators

operator ==(covariant DrivingLaneSign other) bool
The equality operator.
override