Flutter
collection
HeapPriorityQueue
<
E
>
isNotEmpty property
isNotEmpty
HeapPriorityQueue class
Constructors
HeapPriorityQueue
Properties
comparison
first
isEmpty
isNotEmpty
length
hashCode
runtimeType
Methods
add
addAll
clear
contains
remove
removeAll
removeFirst
toList
toSet
toString
noSuchMethod
Operators
operator ==
isNotEmpty property
bool
isNotEmpty
override
Whether the queue has any elements.
Implementation
bool get isNotEmpty => _length != 0;