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