value<T extends Object> abstract method
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);