DependencyGraph constructor

DependencyGraph({
  1. required List<Node> nodes,
})

Implementation

DependencyGraph({required this.nodes});