Graph constructor

Graph({
  1. String name = "MyGraph",
})

Implementation

Graph({this.name = "MyGraph"});