autoWatchKey static method
Generate a key for cell watch function watcher
If a generate watch key function is in-effect (by withAutoWatchKeys),
it is called, on watcher
, to generate a new key, which is returned.
Implementation
static Object? autoWatchKey(CellWatcher watcher) =>
_generateWatchKey?.call(watcher);