PerformanceThreshold constructor

PerformanceThreshold({
  1. BasicSli? basicSliPerformance,
  2. RequestBasedSli? performance,
  3. double? threshold,
})

Implementation

PerformanceThreshold({
  this.basicSliPerformance,
  this.performance,
  this.threshold,
});