ElementWatcher constructor
ElementWatcher(
- int id,
- String label,
- WeakReference<
Element> element
Helper class to track signals and effects with the lifecycle of an element.
Implementation
ElementWatcher(this.id, this.label, this.element);