isNotEmpty property

bool get isNotEmpty

Whether the queue is not empty

Implementation

bool get isNotEmpty => _totalQueued > 0;