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