BigQueryDestination constructor

BigQueryDestination({
  1. bool? createNewResultsTable,
  2. String? destinationDataset,
})

Implementation

BigQueryDestination({
  this.createNewResultsTable,
  this.destinationDataset,
});