one property
FdcDecimal
get
one
Returns the current one.
Implementation
static FdcDecimal get one => FdcDecimal.fromScaled(BigInt.one, scale: 0);
Returns the current one.
static FdcDecimal get one => FdcDecimal.fromScaled(BigInt.one, scale: 0);