state property

  1. @JsonKey(name: 'state', fromJson: decodeDestinyTalentNodeState, toJson: encodeDestinyTalentNodeState)
DestinyTalentNodeState? state
getter/setter pair

An DestinyTalentNodeState enum value indicating the node's state: whether it can be activated or swapped, and why not if neither can be performed.

Implementation

@JsonKey(name:'state',fromJson:decodeDestinyTalentNodeState,toJson:encodeDestinyTalentNodeState)
DestinyTalentNodeState? state;