value property

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

The raw "Investment" value for the stat, before transformations are performed to turn this raw stat into stats that are displayed in the game UI.

Implementation

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