SubqueryInExpr constructor

SubqueryInExpr(
  1. Expr value,
  2. SelectStmt select, {
  3. bool negated = false,
})

Implementation

SubqueryInExpr(this.value, this.select, {this.negated = false});