batchedGet method

NativeCursorGetBatch batchedGet()

Creates a batch operation of getting data from cursor.

Implementation

NativeCursorGetBatch batchedGet() {
  assert(!_closed);
  return NativeCursorGetBatch._(this);
}