Adds value at the beginning of the queue.
value
@override void addFirst(E value) { _base.addFirst(value); }