BigQueryDataset constructor

BigQueryDataset({
  1. String? datasetId,
})

Implementation

BigQueryDataset({
  this.datasetId,
});