decimalOrZeroAt method
Returns the value at fieldIndex as FdcDecimal, using
FdcDecimal.zero for null or non-convertible values.
Implementation
FdcDecimal decimalOrZeroAt(int fieldIndex) =>
decimalValueAt(fieldIndex) ?? FdcDecimal.zero;
Returns the value at fieldIndex as FdcDecimal, using
FdcDecimal.zero for null or non-convertible values.
FdcDecimal decimalOrZeroAt(int fieldIndex) =>
decimalValueAt(fieldIndex) ?? FdcDecimal.zero;