GetDataflowGraphResponse constructor
GetDataflowGraphResponse({
- List<
CodeGenEdge> ? dagEdges, - List<
CodeGenNode> ? dagNodes,
Implementation
GetDataflowGraphResponse({
this.dagEdges,
this.dagNodes,
});