pendingJobsCount property
int
get
pendingJobsCount
Get count of pending jobs
Implementation
int get pendingJobsCount => _queue.length;
Get count of pending jobs
int get pendingJobsCount => _queue.length;