decimalOrZero method
Returns fieldName as FdcDecimal, using FdcDecimal.zero for null or
non-convertible values.
Implementation
FdcDecimal decimalOrZero(String fieldName) =>
decimalValue(fieldName) ?? FdcDecimal.zero;
Returns fieldName as FdcDecimal, using FdcDecimal.zero for null or
non-convertible values.
FdcDecimal decimalOrZero(String fieldName) =>
decimalValue(fieldName) ?? FdcDecimal.zero;