WorkflowExecutionCompletedEventAttributes constructor

WorkflowExecutionCompletedEventAttributes({
  1. required int decisionTaskCompletedEventId,
  2. String? result,
})

Implementation

WorkflowExecutionCompletedEventAttributes({
  required this.decisionTaskCompletedEventId,
  this.result,
});