QueueEvent constructor
- required int currentQueueSize,
- required QueueEventType type,
- Object? jobLabel,
Implementation
QueueEvent({
required this.currentQueueSize,
required this.type,
this.jobLabel,
});
QueueEvent({
required this.currentQueueSize,
required this.type,
this.jobLabel,
});