DebugResponseError constructor

const DebugResponseError({
  1. required Object error,
  2. required String endpoint,
  3. required bool showNotice,
  4. String? maintainerLogline,
  5. Object? maintainerLoglineError,
  6. String? diagnosticLogline,
})

Implementation

const DebugResponseError({
  required this.error,
  required this.endpoint,
  required this.showNotice,
  this.maintainerLogline,
  this.maintainerLoglineError,
  this.diagnosticLogline,
});