TaskManagerStats constructor
const
TaskManagerStats({})
Implementation
const TaskManagerStats({
required this.total,
required this.running,
required this.queued,
required this.completed,
required this.failed,
required this.cancelled,
required this.maxConcurrent,
});