AutoTuneOptionsOutput constructor

AutoTuneOptionsOutput({
  1. String? errorMessage,
  2. AutoTuneState? state,
})

Implementation

AutoTuneOptionsOutput({
  this.errorMessage,
  this.state,
});