MoorIndex constructor

MoorIndex(
  1. String name,
  2. IndexDeclaration declaration,
  3. String createStmt, [
  4. MoorTable? table,
])

Implementation

MoorIndex(this.name, this.declaration, this.createStmt, [this.table]);