Offset operator unary-()

Unary negation operator. Returns an offset with the coordinates negated.

Source

Offset operator -() => new Offset(-dx, -dy);