isNotEmpty property

bool isNotEmpty

Whether the queue is not empty.

Implementation

bool get isNotEmpty => _length != 0;