encodeDestinyGraphNodeState function

int? encodeDestinyGraphNodeState(
  1. DestinyGraphNodeState? value
)

Implementation

int? encodeDestinyGraphNodeState (DestinyGraphNodeState? value) {
  return value?.value;
}