operator unary- method

Fixed operator unary-()

Returns -this.

The resulting scale is the scale of this.

Implementation

Fixed operator -() => Fixed.fromBigInt(-minorUnits, scale: scale);