Graph constructor
- Key? key,
- required Test test,
- int? gridPerMin,
- Interpretations2? interpretations,
Implementation
Graph({super.key, required this.test, this.gridPerMin, this.interpretations});
Graph({super.key, required this.test, this.gridPerMin, this.interpretations});