childNodes method
Get the list of child nodes in an Dependency Tree
Implementation
@override
List<DependencyTreeNode> childNodes() => dependencies
.map((t) => DependencyTreeNode(getUntyped(t), t.just))
.toList();
Get the list of child nodes in an Dependency Tree
@override
List<DependencyTreeNode> childNodes() => dependencies
.map((t) => DependencyTreeNode(getUntyped(t), t.just))
.toList();