featuringStates property

  1. @JsonKey(name: 'featuringStates')
List<DestinyActivityGraphNodeFeaturingStateDefinition>? featuringStates
getter/setter pair

The node may have various visual accents placed on it, or styles applied. These are the list of possible styles that the Node can have. The game iterates through each, looking for the first one that passes a check of the required game/character/account state in order to show that style, and then renders the node in that style.

Implementation

@JsonKey(name:'featuringStates')
List<DestinyActivityGraphNodeFeaturingStateDefinition>? featuringStates;