isEmpty property

  1. @override
bool get isEmpty
override

Whether the queue is empty.

Implementation

@override
bool get isEmpty => _queue.isEmpty;