isEmpty property

bool isEmpty

Returns true if the queue is empty.

Implementation

bool get isEmpty => _rear == -1;