DeleteStmt constructor

DeleteStmt({
  1. required String table,
  2. Expr? where,
})

Implementation

DeleteStmt({required this.table, this.where});