common
Toggle table of contents
1.0
common
Platform filter
common
Switch theme
Search in API
common
common
/
dev.brahmkshatriya.echo.common.models
/
Shelf
/
Lists
/
Tracks
/
Tracks
Tracks
constructor
(
id
:
String
,
title
:
String
,
list
:
List
<
Track
>
,
subtitle
:
String
?
=
null
,
type
:
Shelf.Lists.Type
=
Type.Linear
,
more
:
Feed
<
Shelf
>
?
=
null
,
extras
:
Map
<
String
,
String
>
=
mapOf()
)