SimpleQQPlotPoint constructor

const SimpleQQPlotPoint({
  1. required double percentile,
  2. required double referenceQuantile,
  3. required double sampleQuantile,
})

Implementation

const SimpleQQPlotPoint({
  required this.percentile,
  required this.referenceQuantile,
  required this.sampleQuantile,
});