TupleLocation constructor

const TupleLocation(
  1. int pageId,
  2. int slotIdx
)

Implementation

const TupleLocation(this.pageId, this.slotIdx);