getField method

Object? getField(
  1. int colNum
)

Implementation

Object? getField(int colNum) => _row[colNum];