MaterializedView constructor

MaterializedView({
  1. bool? chosen,
  2. String? estimatedBytesSaved,
  3. String? rejectedReason,
  4. TableReference? tableReference,
})

Implementation

MaterializedView({
  this.chosen,
  this.estimatedBytesSaved,
  this.rejectedReason,
  this.tableReference,
});