GenUiEventStep class final
Something the app sent back to the agent: an action the user took, or an error the renderer reported.
Not replayed — it is an output, not an input — but it is half of the question "what did the agent see before it answered that way".
- Inheritance
-
- Object
- GenUiTraceStep
- GenUiEventStep
Constructors
- GenUiEventStep(Duration at, Object? event)
-
Creates a GenUiEventStep.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
This step as JSON.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited