BigQueryTableSpec constructor

BigQueryTableSpec({
  1. String? datasetId,
  2. String? tableId,
  3. String? tableProjectId,
})

Implementation

BigQueryTableSpec({
  this.datasetId,
  this.tableId,
  this.tableProjectId,
});