step property

num step
final

if min=0, max=5, step=3, then items will be 0 and 3.

Implementation

final num step;