copy method

List<T> copy()

Implementation

List<T> copy() => List.from(this);