StateEnteredEventDetails class

Contains details about a state entered during an execution.

Constructors

StateEnteredEventDetails({required String name, String? input, HistoryEventExecutionDataDetails? inputDetails})
StateEnteredEventDetails.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
input String?
The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
final
inputDetails HistoryEventExecutionDataDetails?
Contains details about the input for an execution history event.
final
name String
The name of the state.
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