RankingData

data class RankingData(@FloatRange(from = 0.0, to = 5.0) val stars: Double, val count: Int? = null)

Represents a ranking data

Constructors

Link copied to clipboard
constructor(@FloatRange(from = 0.0, to = 5.0) stars: Double, count: Int? = null)

Properties

Link copied to clipboard
val count: Int? = null

Rating count

Link copied to clipboard

The star rating (0-5)