reversed property

Iterable<E> reversed

Implementation

Iterable<E> get reversed => _list.reversed;