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