RoutineReference constructor

RoutineReference({
  1. String? datasetId,
  2. String? projectId,
  3. String? routineId,
})

Implementation

RoutineReference({
  this.datasetId,
  this.projectId,
  this.routineId,
});