maximumValue property
Regardless of the output of interpolation, this is the maximum possible value that the stat can be. It should also be used as the upper bound for displaying the stat as a progress bar (the minimum always being 0)
Implementation
@JsonKey(name:'maximumValue')
int? maximumValue;