scaleFactor property

BigInt scaleFactor
final

The factor of 10 to divide a minor value by to get the intended currency value.

e.g. if decimalDigits is 2 then this value will be 100.

Implementation

final BigInt scaleFactor;