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