queueLength property

int get queueLength

Get current queue length (for testing/debugging)

Implementation

int get queueLength => _queue.length;