RouteSummaryBalloon class abstract final

Implemented types

Constructors

RouteSummaryBalloon(DrivingSummary summary, List<String> tags, DrivingWeight? relativeWeight)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
relativeWeight DrivingWeight?
presented only if any another route selected in navigation layer contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary DrivingSummary
no setter
tags List<String>
no setter

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 RouteSummaryBalloon other) bool
The equality operator.
override