NiceBenchmarkSummary constructor
- required String name,
- required List<
NiceBenchmarkResult> results,
Implementation
const NiceBenchmarkSummary({required this.name, required this.results});
const NiceBenchmarkSummary({required this.name, required this.results});