displayMaximum property

  1. @JsonKey(name: 'displayMaximum')
int? displayMaximum
getter/setter pair

The maximum possible value for the stat as shown in the UI, if it is being shown somewhere that reveals maximum in the UI (such as a bar chart-style view). This is pulled directly from the item's DestinyStatGroupDefinition, and placed here for convenience. If not returned, there is no maximum to use (and thus the stat should not be shown in a way that assumes there is a limit to the stat)

Implementation

@JsonKey(name:'displayMaximum')
int? displayMaximum;