GraphState constructor

GraphState({
  1. required List<InputNode> nodes,
})

Implementation

GraphState({
  required this.nodes,
});