cycle property

bool? cycle
final

cycle if true then, When sequence reaches its max value it starts from beginning. otherwise An exception will be thrown if sequence exceeds its max_value.

Implementation

final bool? cycle;