SimpleQQPlotSeries constructor
const
SimpleQQPlotSeries({})
Implementation
const SimpleQQPlotSeries({
required this.name,
required this.sampleValues,
this.referenceValues = const [],
this.referenceDistribution = SimpleQQPlotReferenceDistribution.normal,
this.referenceName,
this.color,
});