take method
Implementation
DurationRange take(int count, [Duration step = const Duration(seconds: 1)]) =>
DurationRange(this, this + (step * count), step);
DurationRange take(int count, [Duration step = const Duration(seconds: 1)]) =>
DurationRange(this, this + (step * count), step);