hasCompleted property

bool get hasCompleted

Implementation

bool get hasCompleted => topLevelTasks.every((e) => e.hasCompleted);