StateExitedEventDetails class
Contains details about an exit from a state during an execution.
Constructors
- StateExitedEventDetails({required String name, String? output, HistoryEventExecutionDataDetails? outputDetails})
-
StateExitedEventDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the state.
final
- output → String?
-
The JSON output data of the state. Length constraints apply to the payload
size, and are expressed as bytes in UTF-8 encoding.
final
- outputDetails → HistoryEventExecutionDataDetails?
-
Contains details about the output of an execution history event.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited