AbortEffect class

Abort the tour with a reason — timeout (under HintMissingTargetPolicy.abortTour) or userSkipped. A spotlighted target that vanishes does NOT abort: the machine returns to waiting and re-arms the timeout. detail carries reason context (timeout duration, targetId) — the controller enriches it with entity data before diagnostics.

Inheritance
Annotations

Constructors

AbortEffect({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

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