MaterializedViewStatus constructor
MaterializedViewStatus({
- ErrorProto? lastRefreshStatus,
- String? refreshWatermark,
Implementation
MaterializedViewStatus({
this.lastRefreshStatus,
this.refreshWatermark,
});