pendingPercentage property

double get pendingPercentage

The percentage of pending tasks.

Implementation

double get pendingPercentage => pending.percentageOfOrZero(total);