CacheMetricsResponse constructor
const
CacheMetricsResponse(})
Implementation
const CacheMetricsResponse(
super.requestId, {
this.cacheSize = 0,
this.cacheMaxSize = 0,
this.cacheHits = 0,
this.cacheMisses = 0,
this.totalPrepares = 0,
this.totalExecutions = 0,
this.memoryUsageBytes = 0,
this.avgExecutionsPerStmt = 0.0,
this.error,
});