DurationRangeExt extension

on

Methods

linspace(Duration stop, [int count = 50]) DurationRange

Available on Duration, provided by the DurationRangeExt extension

take(int count, [Duration step = const Duration(seconds: 1)]) DurationRange

Available on Duration, provided by the DurationRangeExt extension

to(Duration stop, [Duration step = const Duration(seconds: 1)]) DurationRange

Available on Duration, provided by the DurationRangeExt extension