errorTasks property

List<T> errorTasks

Returns a List of tasks with errors.

Implementation

List<T> get errorTasks => where((t) => t.hasError).toList();