Dart SDK
dart:collection
ListQueue
isEmpty
isEmpty
Dart SDK
dart:collection
ListQueue
isEmpty
property
isEmpty
Dart SDK
dart:collection
ListQueue
Constructors
ListQueue
from
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Operators
operator ==
Methods
add
addAll
addFirst
addLast
any
clear
contains
elementAt
every
expand
firstWhere
fold
forEach
join
lastWhere
map
noSuchMethod
reduce
remove
removeFirst
removeLast
removeWhere
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
bool
isEmpty
Source
bool get isEmpty => _head == _tail;