DirectionsTrafficSpeedEntry class abstract
Constructors
- DirectionsTrafficSpeedEntry([void updates(DirectionsTrafficSpeedEntryBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- offsetMeters → num?
-
The offset along the path (in meters) up to which this speed category is valid.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speedCategory → String?
-
The current traffic/speed conditions on this portion of a path.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DirectionsTrafficSpeedEntryBuilder)) → DirectionsTrafficSpeedEntry -
Rebuilds the instance.
inherited
-
toBuilder(
) → DirectionsTrafficSpeedEntryBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
DirectionsTrafficSpeedEntry> -
no setter