logRevision property

ValueNotifier<int> logRevision
final

Incremented whenever the log list changes, cheap to compare in widgets.

Implementation

final ValueNotifier<int> logRevision = ValueNotifier(0);