Flutter
collection
HeapPriorityQueue
<
E
>
isEmpty property
isEmpty
isEmpty
property
Null safety
bool
isEmpty
override
Whether the queue is empty.
Implementation
@override bool get isEmpty => _length == 0;
Flutter
collection
HeapPriorityQueue
<
E
>
isEmpty property
HeapPriorityQueue class
Constructors
HeapPriorityQueue
Properties
comparison
first
hashCode
isEmpty
isNotEmpty
length
runtimeType
unorderedElements
Methods
add
addAll
clear
contains
noSuchMethod
remove
removeAll
removeFirst
toList
toSet
toString
toUnorderedList
Operators
operator ==