subs property

Link? subs
getter/setter pair

Head of the linked list of subscribers (nodes that depend on this node). Null if no other nodes depend on this one.

Implementation

Link? subs;