DropTable constructor

const DropTable(
  1. String tableName
)

Operation to drop a table.

Implementation

const DropTable(this.tableName);