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.

Constructors

Link copied to clipboard
constructor(reports: List<ScoreReportUnit>, accScore: Double, accTotal: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard