copyReversed method

List<T> copyReversed()

Returns a reversed copy of the iterable

Implementation

List<T> copyReversed() => reversed.toList();