version property

ValueNotifier<int> version
final

Bumped on every recorded change so the inspector can rebuild live.

Implementation

static final ValueNotifier<int> version = ValueNotifier(0);