swapSign method

num swapSign()

Swap the sign of the number.

Implementation

num swapSign() => -this;