TableReference constructor

TableReference(
  1. String tableName, {
  2. String? as,
  3. String? schemaName,
})

Implementation

TableReference(this.tableName, {this.as, this.schemaName});