AutotuningConfig constructor

AutotuningConfig({
  1. List<String>? scenarios,
})

Implementation

AutotuningConfig({
  this.scenarios,
});