FlowExecutionMessage constructor

FlowExecutionMessage({
  1. FlowExecutionEventType? eventType,
  2. String? messageId,
  3. String? payload,
  4. DateTime? timestamp,
})

Implementation

FlowExecutionMessage({
  this.eventType,
  this.messageId,
  this.payload,
  this.timestamp,
});