isEmpty property

bool isEmpty

Whether the queue is empty.

Implementation

bool get isEmpty => _length == 0;