DropTriggerStmt constructor

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

Implementation

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