DifficultyPoints

@Serializable
data class DifficultyPoints(val difficulty: String, val points: Int, val maxPoints: Int)(source)

Constructors

Link copied to clipboard
constructor(difficulty: String, points: Int, maxPoints: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val points: Int