Represents a stop in path which is not a part of any transport trip but must be visited according travelling. For example, exit from subway may require transfer on other stop.
- Implemented types
Constructors
-
MasstransitTransferStop(MasstransitRouteStop routeStop, List<
MasstransitTransport> transports) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- routeStop → MasstransitRouteStop
-
Stop information.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transports
→ List<
MasstransitTransport> -
Transports at the stops
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 MasstransitTransferStop other) → bool -
The equality operator.
override