StatisticalThreshold constructor

StatisticalThreshold({
  1. String? statistic,
})

Implementation

StatisticalThreshold({
  this.statistic,
});