AutopilotConfig constructor

AutopilotConfig({
  1. bool? enabled,
})

Implementation

AutopilotConfig({
  this.enabled,
});