RangeExpression constructor Null safety

const RangeExpression(
  1. dynamic lhs,
  2. dynamic rhs,
  3. {bool within = true}
)

Implementation

const RangeExpression(this.lhs, this.rhs, {this.within = true});