Contains information about the mass transit ride section of a transport_masstransit_route.MasstransitRoute for a specific mass transit transport_masstransit_common.MasstransitLine.
- Implemented types
Constructors
-
MasstransitTransport(MasstransitLine line, List<
MasstransitTransportTransportThread> transports, List<MasstransitTransportContour> transportContours) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- line → MasstransitLine
-
Mass transit line.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transportContours
→ List<
MasstransitTransportContour> -
Describes transport_masstransit_common.MasstransitTransportContour
in borders of which this block is located
no setter
-
transports
→ List<
MasstransitTransportTransportThread> -
Collection of mass transit threads of the specified line suitable for
the constructed 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 MasstransitTransport other) → bool -
The equality operator.
override