ElementWatcher constructor

ElementWatcher(
  1. int id,
  2. String label,
  3. WeakReference<Element> element
)

Helper class to track signals and effects with the lifecycle of an element.

Implementation

ElementWatcher(this.id, this.label, this.element);