SignpostLabel class
Details of a signpost representing a particular direction or destination.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setter
- localizedRoadNumber ↔ LocalizedRoadNumber?
-
Road number.
Can be null if the road has no number assigned.
getter/setter pair
- localizedText ↔ LocalizedText?
-
Text of signpost label.
Can be null for unnamed road.
getter/setter pair
- 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.