displayAsNumeric property
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;