Returns an iterator that iterates from the front of the queue to the back (FIFO order).
@override Iterator<T> get iterator => _container.iterator;