toWire method
Implementation
PatchbaySnapshotRequestWire toWire() => PatchbaySnapshotRequestWire(
path: path,
until: until?.wire,
value: value,
timeoutMs: timeout?.inMilliseconds,
);
PatchbaySnapshotRequestWire toWire() => PatchbaySnapshotRequestWire(
path: path,
until: until?.wire,
value: value,
timeoutMs: timeout?.inMilliseconds,
);