ExternalWorkflowExecutionCancelRequestedEventAttributes constructor

ExternalWorkflowExecutionCancelRequestedEventAttributes({
  1. required int initiatedEventId,
  2. required WorkflowExecution workflowExecution,
})

Implementation

ExternalWorkflowExecutionCancelRequestedEventAttributes({
  required this.initiatedEventId,
  required this.workflowExecution,
});