CallGraphNode constructor

CallGraphNode(
  1. int id, {
  2. dynamic data,
})

Implementation

CallGraphNode(this.id, {this.data});