hideIfNoCurrency property

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

If you don't have the currency required to buy items from this category, should the items be hidden?

Implementation

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