reverse method

List<T> reverse()

Implementation

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