NiceBenchmarkSummary constructor

const NiceBenchmarkSummary({
  1. required String name,
  2. required List<NiceBenchmarkResult> results,
})

Implementation

const NiceBenchmarkSummary({required this.name, required this.results});