Returns an Iterable of the objects in this list in reverse order.
Iterable<E> get reversed => _listBase.reversed;