prerequisiteNodeIndexes property
Indexes into the DestinyTalentGridDefinition.nodes property for any nodes that must be activated before this one is allowed to be activated. I would have liked to change this to hashes for Destiny 2, but we have run out of time.
Implementation
@JsonKey(name:'prerequisiteNodeIndexes')
List<int>? prerequisiteNodeIndexes;