LxWorkerStat constructor
const
LxWorkerStat({})
Creates a statistics snapshot.
Implementation
const LxWorkerStat({
this.runCount = 0,
this.lastDuration = Duration.zero,
this.totalDuration = Duration.zero,
this.lastRun,
this.error,
this.isAsync = false,
this.isProcessing = false,
});