menu
lb_planner
modules/statistics/domain/models/status_aggregate.dart
StatusAggregate
total property
total
dark_mode
light_mode
total
property
int
get
total
The total number of aggregated tasks.
Implementation
int get total => done + pending + uploaded + late;
lb_planner
status_aggregate
StatusAggregate
total property
StatusAggregate class