Benchmark constructor
Benchmark(
- String? description
Implementation
Benchmark(this.description) : shouldMeasure = description != null;
Benchmark(this.description) : shouldMeasure = description != null;