MaterializedView constructor
MaterializedView({
- bool? chosen,
- String? estimatedBytesSaved,
- String? rejectedReason,
- TableReference? tableReference,
Implementation
MaterializedView({
this.chosen,
this.estimatedBytesSaved,
this.rejectedReason,
this.tableReference,
});