decimalScale method
Converts this value to FdcDecimal using exactly scale fractional digits.
Implementation
FdcDecimal decimalScale(int scale) => FdcDecimal.fromNum(this, scale: scale);
Converts this value to FdcDecimal using exactly scale fractional digits.
FdcDecimal decimalScale(int scale) => FdcDecimal.fromNum(this, scale: scale);