PerformanceStats constructor
PerformanceStats({})
Implementation
PerformanceStats({
required this.averageQueryTime,
required this.totalQueries,
required this.slowQueries,
required this.peakExecutionTime,
});