scaleFactor property

BigInt scaleFactor

Returns 10 ^ scale

Implementation

BigInt get scaleFactor => BigInt.from(10).pow(scale);