ChildWorkflowExecutionStartedEventAttributes constructor

ChildWorkflowExecutionStartedEventAttributes({
  1. required int initiatedEventId,
  2. required WorkflowExecution workflowExecution,
  3. required WorkflowType workflowType,
})

Implementation

ChildWorkflowExecutionStartedEventAttributes({
  required this.initiatedEventId,
  required this.workflowExecution,
  required this.workflowType,
});