maximumValue property

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

The maximum possible value that any stat in this group can be transformed into. This is used by stats that don't have scaledStats entries below, but that still need to be displayed as a progress bar, in which case this is used as the upper bound for said progress bar. (the lower bound is always 0)

Implementation

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