disablePrimaryStatDisplay property

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

If true, the game won't show the "primary" stat on this item when you inspect it. NOTE: This is being manually mapped, because I happen to want it in a block that isn't going to directly create this derivative block.

Implementation

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