operator unary- method

FdcDecimal operator unary-()

Returns this decimal with the sign inverted.

Implementation

FdcDecimal operator -() => FdcDecimal.fromScaled(-scaledValue, scale: scale);