TableRef constructor

const TableRef(
  1. int index, [
  2. int span = 1
])

Implementation

const TableRef(this.index, [this.span = 1]);