queueLength property

int get queueLength

Returns the current queue length for monitoring

Implementation

int get queueLength => _queue.length;