PatchbayNavigationAdapter constructor

const PatchbayNavigationAdapter({
  1. required PatchbayNavigationCatalogSource destinations,
  2. required PatchbayNavigationObservationSource current,
  3. PatchbayNavigationRequest? back,
  4. Set<String> backGateIds = const <String>{},
})

Implementation

const PatchbayNavigationAdapter({
  required this.destinations,
  required this.current,
  this.back,
  this.backGateIds = const <String>{},
});