ExtraInstructionInfo class final

Properties

asBicycleCrossroad BicycleInstructionCrossroad?
no setter
asBicycleFinish BicycleInstructionFinish?
no setter
asBicycleStart BicycleInstructionStart?
no setter
asCarCrossroad CarInstructionCrossroad?
no setter
asCarFinish CarInstructionFinish?
no setter
asCarRoundabout CarInstructionRoundabout?
no setter
asCarStart CarInstructionStart?
no setter
asCarUturn CarInstructionUTurn?
no setter
asPedestrianCrossroad PedestrianInstructionCrossroad?
no setter
asPedestrianFinish PedestrianInstructionFinish?
no setter
asPedestrianIndoorEnter PedestrianInstructionIndoorEnter?
no setter
asPedestrianIndoorExit PedestrianInstructionIndoorExit?
no setter
asPedestrianIndoorFloorChange PedestrianInstructionIndoorFloorChange?
no setter
asPedestrianStart PedestrianInstructionStart?
no setter
asScooterCrossroad ScooterInstructionCrossroad?
no setter
asScooterFinish ScooterInstructionFinish?
no setter
asScooterStart ScooterInstructionStart?
no setter
hashCode int
The hash code for this object.
no setteroverride
isBicycleCrossroad bool
no setter
isBicycleFinish bool
no setter
isBicycleStart bool
no setter
isCarCrossroad bool
no setter
isCarFinish bool
no setter
isCarRoundabout bool
no setter
isCarStart bool
no setter
isCarUturn bool
no setter
isPedestrianCrossroad bool
no setter
isPedestrianFinish bool
no setter
isPedestrianIndoorEnter bool
no setter
isPedestrianIndoorExit bool
no setter
isPedestrianIndoorFloorChange bool
no setter
isPedestrianStart bool
no setter
isScooterCrossroad bool
no setter
isScooterFinish bool
no setter
isScooterStart bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

match<T>({required T bicycleStart(BicycleInstructionStart value), required T bicycleFinish(BicycleInstructionFinish value), required T bicycleCrossroad(BicycleInstructionCrossroad value), required T carStart(CarInstructionStart value), required T carFinish(CarInstructionFinish value), required T carCrossroad(CarInstructionCrossroad value), required T carRoundabout(CarInstructionRoundabout value), required T carUturn(CarInstructionUTurn value), required T pedestrianStart(PedestrianInstructionStart value), required T pedestrianFinish(PedestrianInstructionFinish value), required T pedestrianCrossroad(PedestrianInstructionCrossroad value), required T pedestrianIndoorFloorChange(PedestrianInstructionIndoorFloorChange value), required T pedestrianIndoorEnter(PedestrianInstructionIndoorEnter value), required T pedestrianIndoorExit(PedestrianInstructionIndoorExit value), required T scooterStart(ScooterInstructionStart value), required T scooterFinish(ScooterInstructionFinish value), required T scooterCrossroad(ScooterInstructionCrossroad value)}) → T
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 ==(Object other) bool
The equality operator.
override