isPreview property

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

Sometimes a category isn't actually used to sell items, but rather to preview them. This implies different UI (and manual placement of the category in the UI) in the game, and special treatment.

Implementation

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