SimpleEcdfStats constructor
const
SimpleEcdfStats({})
Implementation
const SimpleEcdfStats({
required this.count,
required this.min,
required this.median,
required this.p90,
required this.max,
});
const SimpleEcdfStats({
required this.count,
required this.min,
required this.median,
required this.p90,
required this.max,
});