IntegerRangeExtension extension

on

Methods

to(int end, {int? step}) Range<int>
Shorthand to create a range of int numbers, starting with the receiver (inclusive) up to but not including end (exclusive).