operator unary- method

Money operator unary-()

unary minus operator.

Implementation

Money operator -() => _withAmount(-amount);