encodeDestinyComponentType function

int? encodeDestinyComponentType(
  1. DestinyComponentType? value
)

Implementation

int? encodeDestinyComponentType (DestinyComponentType? value) {
  return value?.value;
}