Adds value at the beginning of the queue.
value
@override void addFirst(E value) => delegate.addFirst(value);