operator + method

Currency operator +(
  1. Currency c
)

Arithmetic operators

Implementation

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