Adds value at the end of the queue.
value
@override void addLast(E value) => apply(addLast, [value]);