HttpResponse constructor
HttpResponse({})
Implementation
HttpResponse({
this.id,
this.createdAt,
this.responseHeader,
this.responseBody,
this.responseStatusCode,
this.responseStatusMessage,
this.errorLog,
this.duration = 0,
this.responseSize,
this.requestHashCode,
});