QuizItem

data class QuizItem(count: Int, total: Int, isWinner: Boolean, percentage: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val isWinner: Boolean
Link copied to clipboard
val percentage: Int
Link copied to clipboard
val total: Int