allowValueChangeWhenCompleted property

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

If true, you can effectively "un-complete" this objective if you lose progress after crossing the completion threshold. If False, once you complete the task it will remain completed forever by locking the value.

Implementation

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