totalWorkload property

int get totalWorkload
inherited

Total workload.

Implementation

int get totalWorkload =>
    fullStats.fold<int>(0, (p, s) => p + s.totalWorkload);