decimalValueAt method

FdcDecimal? decimalValueAt(
  1. int fieldIndex
)

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]);