SuiteHealthAnalyzer constructor

const SuiteHealthAnalyzer(
  1. ReportStore store, {
  2. SaturationThresholds thresholds = const SaturationThresholds(),
})

Implementation

const SuiteHealthAnalyzer(
  this.store, {
  this.thresholds = const SaturationThresholds(),
});