HttpErrorLog constructor
HttpErrorLog(
- String? title, {
- BaseRequest? request,
- BaseResponse? response,
- required TalkerHttpLoggerSettings settings,
- Object? exception,
- StackTrace? stackTrace,
Implementation
HttpErrorLog(
super.title, {
this.request,
this.response,
required this.settings,
super.exception,
super.stackTrace,
});