groups property

  1. @JsonKey(name: 'groups')
Map<String, DestinyTalentExclusiveGroup>? groups
getter/setter pair

Talent Nodes can have "Exclusive Groups". These are not to be confused with Exclusive Sets (see exclusiveSets property). Look at the definition of DestinyTalentExclusiveGroup for more information and how they work. These groups are keyed by the "groupHash" from DestinyTalentExclusiveGroup.

Implementation

@JsonKey(name:'groups')
Map<String, DestinyTalentExclusiveGroup>? groups;