operator unary- method

Decimal operator unary-()

Implementation

Decimal operator -() => Decimal._fromRational(-_rational);