MetricStats constructor
const
MetricStats({})
Implementation
const MetricStats({
required this.min,
required this.max,
required this.mean,
required this.median,
required this.stdDev,
required this.p90,
required this.p95,
});