FlowExecutionMessage constructor
FlowExecutionMessage({
- FlowExecutionEventType? eventType,
- String? messageId,
- String? payload,
- DateTime? timestamp,
Implementation
FlowExecutionMessage({
this.eventType,
this.messageId,
this.payload,
this.timestamp,
});