clone method Null safety

Vector3 clone()

Clone of this.

Implementation

Vector3 clone() => Vector3.copy(this);