DropViewStmt constructor

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

Implementation

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