AbortEffect class

Abort the tour with a reason (timeout, skip, target vanished, unknown-target). 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