MaterializedViewEntity constructor

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

Implementation

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