Returns an iterator that iterates from the top of the stack to the bottom (LIFO order).
@override Iterator<T> get iterator => _container.toList().reversed.iterator;