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