HttpErrorLog constructor

HttpErrorLog(
  1. String? title, {
  2. BaseRequest? request,
  3. BaseResponse? response,
  4. required TalkerHttpLoggerSettings settings,
  5. Object? exception,
  6. StackTrace? stackTrace,
})

Implementation

HttpErrorLog(
  super.title, {
  this.request,
  this.response,
  required this.settings,
  super.exception,
  super.stackTrace,
});