KaiselNoOp class
A recorded no-op navigation, retained for debugging.
Produced when an issued mutation leaves the stack unchanged because the
proposed top is value-equal to the current top — typically a route with
fields but no props override. Surfaced by KaiselRouter.debugLastNoOp.
- Annotations
-
- @immutable
Constructors
- KaiselNoOp({required int seq, required String top, required int depth})
-
Create a no-op record.
const
Properties
- depth → int
-
The depth the stack would have had.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seq → int
-
A monotonically increasing sequence number, so consumers can tell a new
no-op from a stale one across snapshots.
final
- top → String
-
The
toString()of the route the navigation tried to land on. A route missingpropsrenders without its fields here, which is itself a tell.final
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