PartitionCursor constructor

PartitionCursor({
  1. Cursor? cursor,
  2. String? partition,
})

Implementation

PartitionCursor({
  this.cursor,
  this.partition,
});