completedValueStyle property

  1. @JsonKey(name: 'completedValueStyle', fromJson: decodeDestinyUnlockValueUIStyle, toJson: encodeDestinyUnlockValueUIStyle)
DestinyUnlockValueUIStyle? completedValueStyle
getter/setter pair

The style to use when the objective is completed.

Implementation

@JsonKey(name:'completedValueStyle',fromJson:decodeDestinyUnlockValueUIStyle,toJson:encodeDestinyUnlockValueUIStyle)
DestinyUnlockValueUIStyle? completedValueStyle;