watching constant
ReactiveFlags
const watching
Indicates that this node is actively watching its dependencies. When set, the node will be notified of dependency changes.
Implementation
static const watching = 2 as ReactiveFlags;