itemValueVisibility property

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

If available, a list that describes which item values (rewards) should be shown (true) or hidden (false).

Implementation

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