QueueStats constructor
QueueStats({})
Implementation
QueueStats({
required this.pending,
required this.running,
required this.completed,
required this.cancelled,
required this.failed,
});
QueueStats({
required this.pending,
required this.running,
required this.completed,
required this.cancelled,
required this.failed,
});