FlowExecutionMessage class
An object that contains information about a flow event.
Constructors
- FlowExecutionMessage({FlowExecutionEventType? eventType, String? messageId, String? payload, DateTime? timestamp})
-
FlowExecutionMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- eventType → FlowExecutionEventType?
-
The type of flow event .
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageId → String?
-
The unique identifier of the message.
final
- payload → String?
-
A string containing information about the flow event.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime?
-
The date and time when the message was last updated.
final
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