fullStats property

Iterable<WorkerStat> get fullStats
inherited

Full worker statistics.

Implementation

Iterable<WorkerStat> get fullStats => _deadWorkerStats.followedBy(stats);