edges property
The edges of this Node. They may be interlinked.
Implementation
@override
Iterable<ScopeTreeNode> get edges => (value as InjectorScopeImpl)
._children
.map((scope) => ScopeTreeNode(scope));
The edges of this Node. They may be interlinked.
@override
Iterable<ScopeTreeNode> get edges => (value as InjectorScopeImpl)
._children
.map((scope) => ScopeTreeNode(scope));