PatchbayNavigationObservation class final

A consumer-observed, settled navigation state.

The consumer owns the revision and must increase it whenever the settled destination changes. Transient route paths are deliberately not exposed.

Constructors

PatchbayNavigationObservation({required int revision, required String? destinationId})

Properties

destinationId String?
final
hashCode int
The hash code for this object.
no setterinherited
revision int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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