DropIndex constructor

const DropIndex(
  1. String indexName, {
  2. required String tableName,
})

Operation to drop an index.

Implementation

const DropIndex(this.indexName, {required this.tableName});