MasstransitIndoorSegmentIndoorData class final
Constructors
- MasstransitIndoorSegmentIndoorData.fromConnector(MasstransitConnector connector)
-
const
- MasstransitIndoorSegmentIndoorData.fromIndoorLevel(MasstransitIndoorLevel indoorLevel)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asConnector(
) → MasstransitConnector? -
asIndoorLevel(
) → MasstransitIndoorLevel? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when(
{required void onIndoorLevel(MasstransitIndoorLevel value), required void onConnector(MasstransitConnector value)}) → void - Applies the passed function to the variant value.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited