toStepList method

StepList toStepList(
  1. int step
)

Returns the list of elements with specified step.

Implementation

StepList toStepList(int step) => StepList(start, end, step);