to method
Implementation
DurationRange to(Duration stop,
[Duration step = const Duration(seconds: 1)]) =>
DurationRange(this, stop, step);
DurationRange to(Duration stop,
[Duration step = const Duration(seconds: 1)]) =>
DurationRange(this, stop, step);