decimalValueAt method
Returns the value at fieldIndex converted to FdcDecimal, or null
when it cannot be represented as a decimal.
Implementation
FdcDecimal? decimalValueAt(int fieldIndex) => _toDecimal(_values[fieldIndex]);
Returns the value at fieldIndex converted to FdcDecimal, or null
when it cannot be represented as a decimal.
FdcDecimal? decimalValueAt(int fieldIndex) => _toDecimal(_values[fieldIndex]);