InExpr constructor

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

Implementation

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