TableRef constructor

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

Creates a TableRef.

Implementation

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