debugLastNoOp property

  1. @override
KaiselNoOp? get debugLastNoOp
override

The most recent no-op navigation on this router — an issued mutation (push / replaceTop / set / pushOrReplaceTop) that produced no change because the proposed stack was value-equal to the current one. The classic cause is a route with fields but no props override. Cleared by the next real change. Populated in debug builds only; null in release.

Implementation

@override
KaiselNoOp? get debugLastNoOp => _debugLastNoOp;