operator unary- method Null safety

Vector2 operator unary-()

Negate.

Implementation

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