repeatLastStep property

  1. @JsonKey(name: 'repeatLastStep')
bool? repeatLastStep
getter/setter pair

If this is True, then the progression doesn't have a maximum level.

Implementation

@JsonKey(name:'repeatLastStep')
bool? repeatLastStep;