isEmpty property

  1. @override
bool isEmpty
override

Whether the queue is empty.

Implementation

@override
bool get isEmpty => _length == 0;