AlternativeBalloon class abstract final

Implemented types

Constructors

AlternativeBalloon(DrivingSummary summary, DrivingWeight relativeWeight)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
relativeWeight DrivingWeight
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

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