toggle menu
lib
common
switch theme
search in API
lib
/
app.moviebase.trakt.model
/
TraktRating
Trakt
Rating
@
Serializable
data
class
TraktRating
(
val
rating
:
Double
,
val
votes
:
Int
)
Members
Constructors
Trakt
Rating
Link copied to clipboard
constructor
(
rating
:
Double
,
votes
:
Int
)
Properties
rating
Link copied to clipboard
val
rating
:
Double
votes
Link copied to clipboard
val
votes
:
Int