operator unary- method Null safety

Vector3 operator unary-()

Negate

Implementation

Vector3 operator -() => clone()..negate();