decimal property
FdcDecimal
get
decimal
Converts this numeric value to FdcDecimal using its inferred decimal scale.
Implementation
FdcDecimal get decimal => FdcDecimal.fromNum(this);
Converts this numeric value to FdcDecimal using its inferred decimal scale.
FdcDecimal get decimal => FdcDecimal.fromNum(this);