AutoTuneOptionsStatus constructor
AutoTuneOptionsStatus({
- AutoTuneOptions? options,
- AutoTuneStatus? status,
Implementation
AutoTuneOptionsStatus({
this.options,
this.status,
});