PatchbaySemanticsSnapshotWire constructor

const PatchbaySemanticsSnapshotWire({
  1. required String outcome,
  2. required PatchbayFactSourceWire source,
  3. required int treeRevision,
  4. required int rootNodeId,
  5. required bool truncated,
  6. required int nodeCount,
  7. required List<PatchbaySemanticsNodeWire> nodes,
})

Creates a fully validated wire value.

Implementation

const PatchbaySemanticsSnapshotWire({
  required this.outcome,
  required this.source,
  required this.treeRevision,
  required this.rootNodeId,
  required this.truncated,
  required this.nodeCount,
  required this.nodes,
});