BigQueryDestination constructor

BigQueryDestination({
  1. String? datasetId,
})

Implementation

BigQueryDestination({
  this.datasetId,
});