negative property

num get negative

Implementation

num get negative => sign > 0 ? -this : this;