Graph constructor

Graph({
  1. Key? key,
  2. required Test test,
  3. int? gridPerMin,
  4. Interpretations2? interpretations,
})

Implementation

Graph({super.key, required this.test, this.gridPerMin, this.interpretations});