copy method

List<T> copy()

Implementation

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