TaskInfo<T> constructor

const TaskInfo<T>(
  1. ExecutableTask<T> task,
  2. Completer<T> resultCompleter
)

Implementation

const TaskInfo(this.task, this.resultCompleter);