state property
- @JsonKey(name: 'state', fromJson: decodeDestinyTalentNodeState, toJson: encodeDestinyTalentNodeState)
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;