Interval constructor

Interval(
  1. int a,
  2. int b
)

Implementation

Interval(this.a, this.b);