MasstransitTransportTransportThread class abstract final

transport_masstransit_common.MasstransitThread specific properties of a mass transit ride section of a transport_masstransit_route.MasstransitRoute.

Implemented types

Constructors

MasstransitTransportTransportThread(MasstransitThread thread, bool isRecommended, List<MasstransitTransportThreadAlert> alerts, MasstransitStop? alternateDepartureStop, MasstransitBoardingOptions? boardingOptions)
factory

Properties

alerts List<MasstransitTransportThreadAlert>
Collection of important annotations for the section.
no setter
alternateDepartureStop MasstransitStop?
If alternateDepartureStop is specified, it specifies the departure location for this particular Thread instead of the first Stop of the Section.
no setter
boardingOptions MasstransitBoardingOptions?
Recommended underground boarding options for this section.
no setter
hashCode int
The hash code for this object.
no setteroverride
isRecommended bool
Indicates that the mass transit router considers this thread the best one for the current section of the constucted route.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thread MasstransitThread
Mass transit thread.
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 MasstransitTransportTransportThread other) bool
The equality operator.
override