clearDependencies method
void
clearDependencies()
Clears all node dependencies from this annotation.
The annotation becomes independent and will not track any nodes.
Implementation
void clearDependencies() {
_dependencies.clear();
}