operator - method

Currency operator -(
  1. Currency c
)

Implementation

Currency operator -(Currency c) => Currency.fromBigInt(this.pasc! - c.pasc!);