BicycleSummary class abstract final

Contains brief information associated with a route constructed by the mass transit router.

Implemented types

Constructors

BicycleSummary(BicycleWeight weight, BicycleFlags? flags)
factory

Properties

flags BicycleFlags?
Specific properties of the route.
no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weight BicycleWeight
Quantitative characteristics of the route.
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 BicycleSummary other) bool
The equality operator.
override