RouteNodeReadable class abstract interface

Read-only access to the current RouteNode and its updates.

Consumers that only need to observe navigation state (without mutating it) should depend on this interface rather than the concrete state manager.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state RouteNode?
The current RouteNode, or null if no state has been produced yet.
no setter
stream Stream<RouteNode?>
A stream that emits the latest RouteNode whenever the state changes.
no setter

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