Bench constructor

Bench(
  1. String name,
  2. FutureOr func()
)

Implementation

Bench(this.name, this.func);