swapSign method

num swapSign()

Negates this number.

Implementation

num swapSign() => -this;