total property

int get total

The total number of aggregated tasks.

Implementation

int get total => done + pending + uploaded + late;