TableReference constructor

TableReference({
  1. String? datasetId,
  2. String? projectId,
  3. String? tableId,
})

Implementation

TableReference({
  this.datasetId,
  this.projectId,
  this.tableId,
});