ProxyStats constructor
ProxyStats({})
Implementation
ProxyStats({
this.requestCount = 0,
this.cacheHits = 0,
this.cacheMisses = 0,
this.totalLatency = Duration.zero,
this.errors = 0,
this.bytesTransferred = 0,
});