TaskCompleted constructor
const
TaskCompleted(
- String taskId,
- TaskResult result
Implementation
const TaskCompleted(super.taskId, this.result);
const TaskCompleted(super.taskId, this.result);