Star

data class Star(val maxStars: Int = 5, val starRating: Float? = null) : Rating

A rating expressed as a fractional number of stars up to maxStars.

starRating = null means unrated.

Constructors

Link copied to clipboard
constructor(maxStars: Int = 5, starRating: Float? = null)

Properties

Link copied to clipboard
Link copied to clipboard