IntervalLiteral constructor

IntervalLiteral(
  1. Expression min,
  2. Expression max
)

Creates a new interval with given bounds.

Implementation

IntervalLiteral(this.min, this.max);