toWire method

Implementation

PatchbaySnapshotSelectionWire toWire() => PatchbaySnapshotSelectionWire(
  path: path,
  found: found,
  value: value,
  miss: miss?.wire,
);