Subgraph constructor

Subgraph(
  1. String id,
  2. String label
)

Constructor.

Implementation

Subgraph(this.id, this.label);