displayInterpolation property
- @JsonKey(name: 'displayInterpolation')
getter/setter pair
The interpolation table representing how the Investment Stat is transformed into a Display Stat. See DestinyStatDefinition for a description of the stages of stat transformation.
Implementation
@JsonKey(name:'displayInterpolation')
List<InterpolationPoint>? displayInterpolation;