Benchmark constructor

Benchmark(
  1. String? description
)

Implementation

Benchmark(this.description) : shouldMeasure = description != null;