state property

  1. @JsonKey(name: 'state', fromJson: decodeDestinyGraphNodeState, toJson: encodeDestinyGraphNodeState)
DestinyGraphNodeState? state
getter/setter pair

Implementation

@JsonKey(name:'state',fromJson:decodeDestinyGraphNodeState,toJson:encodeDestinyGraphNodeState)
DestinyGraphNodeState? state;