DebugLogEntry constructor
DebugLogEntry({})
Implementation
DebugLogEntry({
required this.id,
required this.timestamp,
required this.method,
required this.url,
required this.baseUrl,
this.requestData,
this.queryParameters,
this.statusCode,
this.responseData,
this.isError = false,
this.errorMessage,
this.duration,
});