decimalPart property

BigInt decimalPart

The component of the number after the decimal point.

Implementation

BigInt get decimalPart => amount.decimalPart;