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