valueStyle property
- @JsonKey(name: 'valueStyle', fromJson: decodeDestinyUnlockValueUIStyle, toJson: encodeDestinyUnlockValueUIStyle)
getter/setter pair
The UI style applied to the objective. It's an enum, take a look at DestinyUnlockValueUIStyle for details of the possible styles. Use this info as you wish to customize your UI. DEPRECATED: This is no longer populated by Destiny 2 game content. Please use inProgressValueStyle and completedValueStyle instead.
Implementation
@JsonKey(name:'valueStyle',fromJson:decodeDestinyUnlockValueUIStyle,toJson:encodeDestinyUnlockValueUIStyle)
DestinyUnlockValueUIStyle? valueStyle;