UserRating

data class UserRating(val level: Level, val rating: Rating, val currentLevelRating: Rating, val nextLevelRating: Rating? = null)

Constructors

Link copied to clipboard
constructor(level: Level, rating: Rating, currentLevelRating: Rating, nextLevelRating: Rating? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val nextLevelRating: Rating? = null
Link copied to clipboard