integerPart property

BigInt integerPart

The component of the number before the decimal point

Implementation

BigInt get integerPart => amount.integerPart;