WorkflowExecutionCancelRequestedEventAttributes constructor

WorkflowExecutionCancelRequestedEventAttributes({
  1. WorkflowExecutionCancelRequestedCause? cause,
  2. int? externalInitiatedEventId,
  3. WorkflowExecution? externalWorkflowExecution,
})

Implementation

WorkflowExecutionCancelRequestedEventAttributes({
  this.cause,
  this.externalInitiatedEventId,
  this.externalWorkflowExecution,
});