InExpr constructor

InExpr(
  1. Expr subject,
  2. List<Expr> values, {
  3. bool negated = false,
})

Implementation

InExpr(this.subject, this.values, {this.negated = false});