Returns a copy of this instance as a reversed List of T.
T
List<T> reversedList() => reversed.toList();