startWith property

int? startWith
final

starting value from where the sequence starts. startWith value should be greater than or equal to minimum value and less than equal to maximum value.

Implementation

final int? startWith;