isNull method

NativeCursorGetBatch isNull(
  1. int columnIndex
)

Implementation

NativeCursorGetBatch isNull(int columnIndex) {
  _add('isNull', columnIndex);
  return this;
}