hasAnyDependencies property

bool get hasAnyDependencies

Whether this annotation has any node dependencies.

Returns true if the annotation depends on at least one node.

Implementation

bool get hasAnyDependencies => _dependencies.isNotEmpty;