PatchbayNavigationCurrentWire constructor
const
PatchbayNavigationCurrentWire({
- required String outcome,
- required PatchbayFactSourceWire source,
- required String? destinationId,
Creates a fully validated wire value.
Implementation
const PatchbayNavigationCurrentWire({
required this.outcome,
required this.source,
required this.navigationRevision,
required this.destinationId,
});