encodeDestinyPresentationScreenStyle function

int? encodeDestinyPresentationScreenStyle(
  1. DestinyPresentationScreenStyle? value
)

Implementation

int? encodeDestinyPresentationScreenStyle (DestinyPresentationScreenStyle? value) {
  return value?.value;
}