state property
- @JsonKey(name: 'state', fromJson: decodeDestinyGraphNodeState, toJson: encodeDestinyGraphNodeState)
getter/setter pair
Implementation
@JsonKey(name:'state',fromJson:decodeDestinyGraphNodeState,toJson:encodeDestinyGraphNodeState)
DestinyGraphNodeState? state;