PatchbaySnapshotSelectionWire constructor
const
PatchbaySnapshotSelectionWire({
- required String path,
- required bool found,
- required Object? value,
- required PatchbaySnapshotMissWire? miss,
Creates a fully validated wire value.
Implementation
const PatchbaySnapshotSelectionWire({
required this.path,
required this.found,
required this.value,
required this.miss,
});