revision property

  1. @override
Listenable? get revision
override

Notified whenever entries changes, so the inspector can rebuild as state flows in. Return null if the underlying source cannot signal updates — the tab then only refreshes when it is rebuilt for other reasons.

Implementation

@override
Listenable? get revision => DevBlocObserver.version;