Dart
dart:collection
Queue
<
E
>
addFirst abstract method
description
addFirst method
void
addFirst
(
E
value
)
Adds
value
at the beginning of the queue.
Implementation
void
addFirst(E value);