remainingItemCount property
int
get
remainingItemCount
Returns the number of items that are currently processed And the number of items in queue
Implementation
int get remainingItemCount => _nextCycle.length + activeItems.length;