operator unary- method

Money operator unary-()

相反数(如 100 元 → -100 元)

Implementation

Money operator -() => Money._cached(-_cents, precisionMode);