Flutter
collection
HeapPriorityQueue
<
E
>
isNotEmpty property
isNotEmpty
isNotEmpty
property
Null safety
bool
isNotEmpty
override
Whether the queue has any elements.
Implementation
@override bool get isNotEmpty => _length != 0;
Flutter
collection
HeapPriorityQueue
<
E
>
isNotEmpty 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 ==