completedValueStyle property
- @JsonKey(name: 'completedValueStyle', fromJson: decodeDestinyUnlockValueUIStyle, toJson: encodeDestinyUnlockValueUIStyle)
getter/setter pair
The style to use when the objective is completed.
Implementation
@JsonKey(name:'completedValueStyle',fromJson:decodeDestinyUnlockValueUIStyle,toJson:encodeDestinyUnlockValueUIStyle)
DestinyUnlockValueUIStyle? completedValueStyle;