HttpLogEntry constructor
HttpLogEntry({})
Implementation
HttpLogEntry({
required this.id,
required this.method,
required this.url,
required this.requestHeaders,
required this.requestTime,
this.requestBody,
this.queryParameters,
}) : status = HttpLogStatus.pending;