BetweenExpr constructor

BetweenExpr(
  1. Expr subject,
  2. Expr low,
  3. Expr high, {
  4. bool negated = false,
})

Implementation

BetweenExpr(this.subject, this.low, this.high, {this.negated = false});