UploadJobsDebugPanel constructor

const UploadJobsDebugPanel({
  1. Key? key,
  2. required UploadQueueManager queueManager,
})

Implementation

const UploadJobsDebugPanel({
  super.key,
  required this.queueManager,
});