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
noSuchMethod
prepend
previousEntry
remove
toString
Operators
operator ==
description
remove
method
Null safety
E
remove
(
)
Implementation
E remove() { _unlink(); return element; }