allTasksFinished property
bool
get
allTasksFinished
Returns true if all tasks are finished.
Implementation
bool get allTasksFinished => where((t) => t.isNotFinished).isEmpty;
Returns true if all tasks are finished.
bool get allTasksFinished => where((t) => t.isNotFinished).isEmpty;