PatchbaySnapshotDiffRequest.fromWire constructor
PatchbaySnapshotDiffRequest.fromWire()
Implementation
factory PatchbaySnapshotDiffRequest.fromWire(
PatchbaySnapshotDiffRequestWire wire,
) => PatchbaySnapshotDiffRequest(fromRevision: wire.fromRevision);