numValueAt method

num? numValueAt(
  1. int fieldIndex
)

Returns the value at fieldIndex converted to num, or null when conversion is not possible.

Implementation

num? numValueAt(int fieldIndex) => _toNum(_values[fieldIndex]);