displayAsNumeric property

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

If this is true, the stat should be displayed as a number. Otherwise, display it as a progress bar. Or, you know, do whatever you want. There's no displayAsNumeric police.

Implementation

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