dependencies property
ObservableSet<String>
get
dependencies
Reactive observable set of node IDs this annotation depends on.
For group annotations, these are the nodes contained within the group. For following annotations, these are the nodes the annotation tracks.
Implementation
ObservableSet<String> get dependencies => _dependencies;