MasstransitConstructionMask class final

Constructions that can be found on pedestrian, bicycle paths or on mass transit transfers.

Available extensions

Constructors

MasstransitConstructionMask({MasstransitConstructionMaskStairs? stairs, MasstransitConstructionMaskPass? pass, required bool crosswalk, required bool binding, required bool transition, required bool travolator, required bool indoor})
const

Properties

binding bool
Edge connecting the route endpoint to the route network.
final
crosswalk bool
Crossing that is not an underground tunnel or a bridge.
final
hashCode int
The hash code for this object.
no setteroverride
indoor bool
Air-conditioned place. Can be a covered gallery, a mall or any other climate-static edges.
final
pass MasstransitConstructionMaskPass?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stairs MasstransitConstructionMaskStairs?
final
transition bool
Transfer. For example, transfer from one underground line to another or transfer from an underground station to an exit from it.
final
travolator bool
Horizontal escalator.
final

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 MasstransitConstructionMask other) bool
The equality operator.
override