An Iterable of the objects in this list in reverse order.
@override Iteration<E> get reversed { return IterationItem( source: toList().reversed, ); }