encodeDestinyUnlockValueUIStyle function

int? encodeDestinyUnlockValueUIStyle(
  1. DestinyUnlockValueUIStyle? value
)

Implementation

int? encodeDestinyUnlockValueUIStyle (DestinyUnlockValueUIStyle? value) {
  return value?.value;
}