Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
remove method
remove
Dart
dart:collection
DoubleLinkedQueueEntry
<
E
>
remove method
DoubleLinkedQueueEntry class
Constructors
DoubleLinkedQueueEntry
Properties
element
hashCode
runtimeType
Methods
append
nextEntry
prepend
previousEntry
remove
noSuchMethod
toString
Operators
operator ==
remove method
E
remove
(
)
Implementation
E remove() { _unlink(); return element; }