negated method

num negated()

Negates the number.

Implementation

num negated() => -this;