flavorObjective property

  1. @JsonKey(name: 'flavorObjective')
DestinyObjectiveProgress? flavorObjective
getter/setter pair

I may regret naming it this way - but this represents when an item has an objective that doesn't serve a beneficial purpose, but rather is used for "flavor" or additional information. For instance, when Emblems track specific stats, those stats are represented as Objectives on the item.

Implementation

@JsonKey(name:'flavorObjective')
DestinyObjectiveProgress? flavorObjective;