DropTableStmt constructor

DropTableStmt(
  1. String table, {
  2. bool ifExists = false,
})

Implementation

DropTableStmt(this.table, {this.ifExists = false});