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