PatchbayNavigationAdapter constructor
const
PatchbayNavigationAdapter({
- required PatchbayNavigationCatalogSource destinations,
- required PatchbayNavigationObservationSource current,
- PatchbayNavigationRequest? back,
- Set<
String> backGateIds = const <String>{},
Implementation
const PatchbayNavigationAdapter({
required this.destinations,
required this.current,
this.back,
this.backGateIds = const <String>{},
});