getMinorUnits method

BigInt getMinorUnits()

returns the minor currency value of this MoneyData (e.g. the cents amount)

Implementation

BigInt getMinorUnits() => amount.minorUnits;