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