isComponent property

bool get isComponent

Whether this node is a component.

Implementation

bool get isComponent => type == DependencyNodeType.component;