PatchbaySemanticsSnapshotWire constructor
const
PatchbaySemanticsSnapshotWire({
- required String outcome,
- required PatchbayFactSourceWire source,
- required int treeRevision,
- required int rootNodeId,
- required bool truncated,
- required int nodeCount,
- 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,
});