Subgraph constructor

const Subgraph(
  1. String? id,
  2. StmtList stmtList
)

Implementation

const Subgraph(this.id, this.stmtList);