DestinationDatasetReference constructor

DestinationDatasetReference({
  1. String? datasetId,
  2. String? projectId,
})

Implementation

DestinationDatasetReference({
  this.datasetId,
  this.projectId,
});