encodeDestinyGatingScope function

int? encodeDestinyGatingScope(
  1. DestinyGatingScope? value
)

Implementation

int? encodeDestinyGatingScope (DestinyGatingScope? value) {
  return value?.value;
}