value<T extends Object> abstract method

T? value<T extends Object>(
  1. Object nameOrIndex
)
override

Returns the column at the given nameOrIndex.

Returns null if the column is null.

Throws a RangeError if nameOrIndex is ouf of range.

Implementation

T? value<T extends Object>(Object nameOrIndex);