Position constructor

Position({
  1. String? byteOffset,
  2. ConcatPosition? concatPosition,
  3. bool? end,
  4. String? key,
  5. String? recordIndex,
  6. String? shufflePosition,
})

Implementation

Position({
  this.byteOffset,
  this.concatPosition,
  this.end,
  this.key,
  this.recordIndex,
  this.shufflePosition,
});