MasstransitTravelEstimation class final

Arrival and departure time estimations for time-dependent routes or sections of time-dependent routes.

Available extensions

Constructors

MasstransitTravelEstimation(Time departureTime, Time arrivalTime)
const

Properties

arrivalTime Time
Arrival time for a route or a route section.
final
departureTime Time
Departure time for a route or a route section.
final
hashCode int
The hash code for this object.
no setteroverride
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.
override

Operators

operator ==(covariant MasstransitTravelEstimation other) bool
The equality operator.
override