SubqueryInExpr constructor
SubqueryInExpr(
- Expr value,
- SelectStmt select, {
- bool negated = false,
Implementation
SubqueryInExpr(this.value, this.select, {this.negated = false});