Terminate class final
Exit the current action chain early.
Use this to stop the current trigger branch after validation failures or handled terminal cases. When value is provided it becomes the branch's return payload for downstream control-flow lowering.
Example:
If(
Equals(State('title'), ''),
then: [Snackbar('Title required'), Terminate()],
)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → DslExpression?
-
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.
inherited