DropTableStmt constructor

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

Implementation

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