queueLength property
int
get
queueLength
Returns the current queue length for monitoring
Implementation
int get queueLength => _queue.length;
Returns the current queue length for monitoring
int get queueLength => _queue.length;