isNotEmpty property
bool
get
isNotEmpty
Returns true if the queue is not empty.
Implementation
bool get isNotEmpty => _queue.isNotEmpty;
Returns true if the queue is not empty.
bool get isNotEmpty => _queue.isNotEmpty;