WorkflowExecutionCanceledEventAttributes constructor

WorkflowExecutionCanceledEventAttributes({
  1. required int decisionTaskCompletedEventId,
  2. String? details,
})

Implementation

WorkflowExecutionCanceledEventAttributes({
  required this.decisionTaskCompletedEventId,
  this.details,
});