BigTableIODetails constructor

BigTableIODetails({
  1. String? instanceId,
  2. String? projectId,
  3. String? tableId,
})

Implementation

BigTableIODetails({
  this.instanceId,
  this.projectId,
  this.tableId,
});