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