hasCommandsInQueue method

bool hasCommandsInQueue()

Check if there are commands in the queue.

Implementation

bool hasCommandsInQueue() => _commandQueue.isNotEmpty;