addFirst method - Queue class - dart:collection library (original) (raw)
addFirst abstract method
void addFirst(
- E value )
Adds value
at the beginning of the queue.
Implementation
void addFirst(E value);
void addFirst(
Adds value
at the beginning of the queue.
void addFirst(E value);