TaskCompleted constructor

const TaskCompleted(
  1. String taskId,
  2. TaskResult result
)

Implementation

const TaskCompleted(super.taskId, this.result);