Creates a IntRange with a different stepSize, keeps first and last value
IntProgression step(int step) => IntProgression(_first, _last, step: step);