minorUnits property

BigInt minorUnits
latefinal

The value of this Fixed instance stored as minorUnits in a BigInt. If the scale is 2 then 1 is stored as 100 If the scale is 3 then 1 is stored as 1000.

Implementation

late final BigInt minorUnits;