GradeScale

@Serializable
data class GradeScale(val max: Int, val step: Int)(source)

Constructors

Link copied to clipboard
constructor(max: Int, step: Int)

Properties

Link copied to clipboard
val max: Int
Link copied to clipboard
val step: Int