getCount method

Implementation

NativeCursorGetBatch getCount() {
  assert(!_cursor._closed);
  _add('getCount');
  return this;
}