encodeDestinyVendorReplyType function

int? encodeDestinyVendorReplyType(
  1. DestinyVendorReplyType? value
)

Implementation

int? encodeDestinyVendorReplyType (DestinyVendorReplyType? value) {
  return value?.value;
}