HealthScore constructor
const
HealthScore({
- required double overallScore,
- required List<
CategoryScore> categoryScores, - required Map<
PriorityGroup, List< priorityGroups,DiagnosticIssue> > - required List<
Recommendation> recommendations, - required int totalWeight,
- required int maxPossibleWeight,
- required ScoreWeights weights,
Implementation
const HealthScore({
required this.overallScore,
required this.categoryScores,
required this.priorityGroups,
required this.recommendations,
required this.totalWeight,
required this.maxPossibleWeight,
required this.weights,
});