PatchbaySnapshotDiffRequestWire constructor

const PatchbaySnapshotDiffRequestWire({
  1. required int fromRevision,
})

Creates a fully validated wire value.

Implementation

const PatchbaySnapshotDiffRequestWire({required this.fromRevision});