GetDataflowGraphResponse constructor

GetDataflowGraphResponse({
  1. List<CodeGenEdge>? dagEdges,
  2. List<CodeGenNode>? dagNodes,
})

Implementation

GetDataflowGraphResponse({
  this.dagEdges,
  this.dagNodes,
});