negated method

int negated()

Negates the number.

Implementation

int negated() => -this;