isNotEmpty property

bool get isNotEmpty

Whether the queue contains any items.

Implementation

bool get isNotEmpty => _queueSelectorQueue.isNotEmpty;