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