itemValueVisibility property
If available, a list that describes which item values (rewards) should be shown (true) or hidden (false).
Implementation
@JsonKey(name:'itemValueVisibility')
List<bool>? itemValueVisibility;
If available, a list that describes which item values (rewards) should be shown (true) or hidden (false).
@JsonKey(name:'itemValueVisibility')
List<bool>? itemValueVisibility;