encodeVendorInteractionType function

int? encodeVendorInteractionType(
  1. VendorInteractionType? value
)

Implementation

int? encodeVendorInteractionType (VendorInteractionType? value) {
  return value?.value;
}