workload property

int get workload
inherited

Current workload.

Implementation

int get workload => stats.fold<int>(0, (p, w) => p + w.workload);