IntervalBlock constructor
IntervalBlock({
- required int iterations,
- required List<
IntervalStep> steps, - required IntervalBlockType type,
Creates a new interval block
Implementation
IntervalBlock({
required this.iterations,
required this.steps,
required this.type,
});