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