GraphState constructor
GraphState({})
Implementation
GraphState({
required this.edges,
required this.coords,
required this.nodes,
required this.parents,
required this.startId,
required this.targetId,
required this.status,
});