NetworkLogEntry constructor
NetworkLogEntry({})
Implementation
NetworkLogEntry({
required this.id,
required this.timestamp,
required this.method,
required this.url,
this.requestHeaders,
this.requestBody,
this.statusCode,
this.responseHeaders,
this.responseBody,
this.duration,
this.error,
this.isCompleted = false,
});