DecisionTask constructor
DecisionTask({
- required List<
HistoryEvent> events, - required int startedEventId,
- required String taskToken,
- required WorkflowExecution workflowExecution,
- required WorkflowType workflowType,
- String? nextPageToken,
- int? previousStartedEventId,
Implementation
DecisionTask({
required this.events,
required this.startedEventId,
required this.taskToken,
required this.workflowExecution,
required this.workflowType,
this.nextPageToken,
this.previousStartedEventId,
});