integerPart property

BigInt integerPart

returns the major currency value of this MoneyData (e.g. the dollar amount)

Implementation

BigInt get integerPart => amount.integerPart;