getCommandQueueLength method

int getCommandQueueLength()

Get the current queue length without copying.

Implementation

int getCommandQueueLength() => _commandQueue.length;