isComponent property
bool
get
isComponent
Whether this node is a component.
Implementation
bool get isComponent => type == DependencyNodeType.component;
Whether this node is a component.
bool get isComponent => type == DependencyNodeType.component;