StepSkippedEffect class

A step was skipped but the tour continues (HintMissingTargetPolicy.skipStep on timeout: diagnosed with reason/detail, then the machine advances). Skipping the last step ends the tour — FinishedEffect arrives with it.

Inheritance
Annotations

Constructors

StepSkippedEffect({required int stepIndex, required HintSkipReason reason, required String detail})
const

Properties

detail String
final
hashCode int
The hash code for this object.
no setteroverride
reason HintSkipReason
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepIndex int
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 ==(Object other) bool
The equality operator.
override