hasDisplayableStats property

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

A quick and lazy way to determine whether any stat other than the "primary" stat is actually visible on the item. Items often have stats that we return in case people find them useful, but they're not part of the "Stat Group" and thus we wouldn't display them in our UI. If this is False, then we're not going to display any of these stats other than the primary one.

Implementation

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