wire property

Implementation

PatchbayRevealDirectionWire get wire => switch (this) {
  PatchbayRevealDirection.forward => PatchbayRevealDirectionWire.forward,
  PatchbayRevealDirection.backward => PatchbayRevealDirectionWire.backward,
  PatchbayRevealDirection.both => PatchbayRevealDirectionWire.both,
};