Node constructor

Node(
  1. String id,
  2. String label, {
  3. bool showNodeMetrics = false,
})

Constructor.

Implementation

Node(this.id, this.label, {this.showNodeMetrics = false});