PatchbayNavigationDestination class final

Consumer-owned mapping from a stable destination ID to existing routing.

The callbacks must call the consumer's normal router/controller entry points, so existing route guards and redirects remain authoritative.

Constructors

PatchbayNavigationDestination({required String id, String? summary, Set<String> gateIds = const <String>{}, PatchbayNavigationRequest? go, PatchbayNavigationRequest? push})

Properties

descriptor PatchbayDestinationDescriptor
final
gateIds Set<String>
final
go PatchbayNavigationRequest?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
push PatchbayNavigationRequest?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestFor(PatchbayNavigationOperation operation) PatchbayNavigationRequest?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited