showUnavailableItems property

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

If items aren't up for sale in this category, should we still show them (greyed out)?

Implementation

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