DropIndexStmt constructor

DropIndexStmt(
  1. String indexName, {
  2. bool ifExists = false,
})

Implementation

DropIndexStmt(this.indexName, {this.ifExists = false});