isCountingDownward property

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

If true, completion means having an unlock value less than or equal to the completionValue. If False, completion means having an unlock value greater than or equal to the completionValue.

Implementation

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