copy method

Vector copy()

Implementation

Vector copy() => Vector.fromList(List<double>.from(elements));