childNodes method
Get the list of child nodes in an Dependency Tree
Implementation
@override
List<DependencyTreeNode> childNodes() =>
children.map((c) => DependencyTreeNode(c)).toList();
Get the list of child nodes in an Dependency Tree
@override
List<DependencyTreeNode> childNodes() =>
children.map((c) => DependencyTreeNode(c)).toList();