IntervalSchedulingUtils constructor

const IntervalSchedulingUtils(
  1. num start,
  2. num end
)

Creates an interval spanning start to end.

Implementation

const IntervalSchedulingUtils(num start, num end) : _start = start, _end = end;