states property

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

Represents possible states that the graph node can be in. These are combined with some checking that happens in the game client and server to determine which state is actually active at any given time.

Implementation

@JsonKey(name:'states')
List<DestinyActivityGraphNodeStateEntry>? states;