toggle menu
lib
common
switch theme
search in API
lib
/
app.moviebase.trakt.model
/
TraktSyncShow
/
TraktSyncShow
Trakt
Sync
Show
constructor
(
ids
:
TraktItemIds
,
rating
:
Int
?
=
null
,
watchedAt
:
Instant
?
=
null
,
collectedAt
:
Instant
?
=
null
,
ratedAt
:
Instant
?
=
null
,
seasons
:
List
<
TraktSyncSeason
>
?
=
null
)