DebugResponseOptions constructor

const DebugResponseOptions({
  1. bool showNotice = true,
  2. bool includeMaintainerLogline = true,
  3. bool includeDiagnosticLogline = false,
})

Implementation

const DebugResponseOptions({
  this.showNotice = true,
  this.includeMaintainerLogline = true,
  this.includeDiagnosticLogline = false,
});