SetGraphAction constructor

SetGraphAction({
  1. required List nodes,
})

Implementation

SetGraphAction({
  required this.nodes,
});