minimumVisibilityThreshold property

  1. @JsonKey(name: 'minimumVisibilityThreshold')
int? minimumVisibilityThreshold
getter/setter pair

If nonzero, this is the minimum value at which the objective's progression should be shown. Otherwise, don't show it yet.

Implementation

@JsonKey(name:'minimumVisibilityThreshold')
int? minimumVisibilityThreshold;