WorkflowEvent constructor

const WorkflowEvent({
  1. Object? data,
})

Creates a workflow event.

Implementation

const WorkflowEvent({this.data});