allTasksFinished property

bool allTasksFinished

Returns true if all tasks are finished.

Implementation

bool get allTasksFinished => where((t) => t.isNotFinished).isEmpty;