MaterializedViewDefinition constructor

MaterializedViewDefinition({
  1. bool? allowNonIncrementalDefinition,
  2. bool? enableRefresh,
  3. String? lastRefreshTime,
  4. String? maxStaleness,
  5. String? query,
  6. String? refreshIntervalMs,
})

Implementation

MaterializedViewDefinition({
  this.allowNonIncrementalDefinition,
  this.enableRefresh,
  this.lastRefreshTime,
  this.maxStaleness,
  this.query,
  this.refreshIntervalMs,
});