rewardVisibilty property

  1. @JsonKey(name: 'rewardVisibilty')
List<bool>? rewardVisibilty
getter/setter pair

If available, a list that describes which reward rewards should be shown (true) or hidden (false). This property is for regular record rewards, and not for interval objective rewards.

Implementation

@JsonKey(name:'rewardVisibilty')
List<bool>? rewardVisibilty;