BetweenExpr constructor

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

Implementation

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