DatasetReference constructor

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

Implementation

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