stats property
WorkerStat
get
stats
inherited
Worker
statistics.
Implementation
WorkerStat get stats => createWorkerStat(
runtimeType,
workerId,
isStopped,
status,
workload,
maxWorkload,
totalWorkload,
totalErrors,
upTime,
idleTime);