TaskFailed constructor

const TaskFailed(
  1. CoordinatorTask task,
  2. String error
)

Implementation

const TaskFailed(this.task, this.error);