mustRunCount property

int mustRunCount

Implementation

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