copy method

Vector copy()

Deep copy.

Implementation

Vector copy() => Vector(Float32List.fromList(values));