HttpResponseLog class

Constructors

HttpResponseLog(String title, {required Map<String, dynamic> headers, required TalkerDioLoggerSettings settings, String? responseMessage, dynamic data})

Properties

color Color
no setter
data → dynamic
final
error Error?
Error? error - error if it happened
finalinherited
exception Exception?
Exception? exception - exception if it happened
finalinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, dynamic>
final
logLevel → LogLevel?
LogLevel logLevel - to control logging output
finalinherited
message String
String message - message describes what happened
finalinherited
pen → AnsiPen
AnsiPen? pen - sets your own log color for console
no setter
responseMessage String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings TalkerDioLoggerSettings
final
stackTrace StackTrace?
StackTrace?] stackTrace - stackTrace if exception or error happened
finalinherited
time DateTime
Internal time when the error occurred
no setterinherited
title String
Title of Talker log
no setter

Methods

generateFlutterTextMessage() String
Used for TalkerScreen only
inherited
generateTextMessage() String
Internal method that generates a complete message about the event
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited