GraphNode constructor

GraphNode({
  1. String? name,
})

Implementation

GraphNode({this.name});