Flutter
collection
HeapPriorityQueue
<
E
>
isEmpty property
isEmpty
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 ==
isEmpty property
bool
isEmpty
override
Whether the queue is empty.
Implementation
bool get isEmpty => _length == 0;