MaterializedViewEntity constructor

MaterializedViewEntity({
  1. Map<String, Object?>? customFeatures,
  2. String? sqlCode,
})

Implementation

MaterializedViewEntity({
  this.customFeatures,
  this.sqlCode,
});