Dart SDK
dart:collection
DoubleLinkedQueue
lastEntry
lastEntry
Dart SDK
dart:collection
DoubleLinkedQueue
lastEntry
method
lastEntry
Source
Dart SDK
dart:collection
DoubleLinkedQueue
Constructors
DoubleLinkedQueue
from
Properties
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
runtimeType
single
Operators
operator ==
Methods
add
addAll
addFirst
addLast
any
clear
contains
elementAt
every
expand
firstEntry
firstWhere
fold
forEach
forEachEntry
join
lastEntry
lastWhere
map
noSuchMethod
reduce
remove
removeFirst
removeLast
removeWhere
retainWhere
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
DoubleLinkedQueueEntry
<E>
lastEntry
(
)
Source
DoubleLinkedQueueEntry<E> lastEntry() { return _sentinel.previousEntry(); }