ScoreReports
data class ScoreReports(val reports: List<ScoreReportUnit>, val accScore: Double, val accTotal: Double)
An aggregate class containing all ScoreReportUnit and the accumulated score and total.
An aggregate class containing all ScoreReportUnit and the accumulated score and total.