DebugLogEntry class
Constructors
-
DebugLogEntry({required String id, required DateTime timestamp, required HttpMethod method, required String url, required String baseUrl, Map<
String, dynamic> ? requestData, Map<String, dynamic> ? queryParameters, int? statusCode, dynamic responseData, bool isError = false, String? errorMessage, Duration? duration})
Properties
- baseUrl → String
-
final
- duration → Duration?
-
final
- errorMessage → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isError → bool
-
final
- method → HttpMethod
-
final
-
queryParameters
→ Map<
String, dynamic> ? -
final
-
requestData
→ Map<
String, dynamic> ? -
final
- responseData → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int?
-
final
- timestamp → DateTime
-
final
- url → String
-
final
Methods
-
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