QualityThresholds constructor
Implementation
const QualityThresholds({
required this.excellent,
required this.great,
required this.good,
required this.moderate,
required this.poor,
});
const QualityThresholds({
required this.excellent,
required this.great,
required this.good,
required this.moderate,
required this.poor,
});