isNotEmpty property

bool get isNotEmpty

Check if queue has jobs

Implementation

bool get isNotEmpty => _queue.isNotEmpty;