fullStats property

Iterable<WorkerStat> fullStats

Full worker statistics.

Implementation

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