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