inProgressValueStyle property

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

The style to use when the objective is still in progress.

Implementation

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