operator unary- method Null safety

Vector4 operator unary-()

Negate.

Implementation

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