ExternalWorkflowExecutionSignaledEventAttributes constructor

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

Implementation

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