BigQueryIODetails constructor

BigQueryIODetails({
  1. String? dataset,
  2. String? projectId,
  3. String? query,
  4. String? table,
})

Implementation

BigQueryIODetails({
  this.dataset,
  this.projectId,
  this.query,
  this.table,
});