DurationRangeIterator(Duration start, Duration stop, Duration step) : _start = start, _stop = stop, _step = step;