upToDateCount property

int upToDateCount

Implementation

int get upToDateCount => tasks.where((t) => !t.mustRun).length;