getStep method

IntervalStep? getStep(
  1. String name
)

Implementation

IntervalStep? getStep(String name) {
  return steps[name];
}