Contains information about boarding to trains.
- Implemented types
Constructors
- MasstransitRailwayOptions(String? boardingTrack, String? boardingPlatform, bool uncertain)
-
factory
Properties
- boardingPlatform → String?
-
Departure platform annotation, e.g. "2 platform".
no setter
- boardingTrack → String?
-
Departure track annotation, e.g. "3 or 4 track".
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
- uncertain → bool
-
Flag of track/platform selection uncertainty to suggest user
double-check it in the station.
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 MasstransitRailwayOptions other) → bool -
The equality operator.
override