MaterializedView constructor

MaterializedView({
  1. bool? deletionProtection,
  2. String? etag,
  3. String? name,
  4. String? query,
})

Implementation

MaterializedView({this.deletionProtection, this.etag, this.name, this.query});