PatchbaySnapshotDiffRequest.fromWire constructor

PatchbaySnapshotDiffRequest.fromWire(
  1. PatchbaySnapshotDiffRequestWire wire
)

Implementation

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