comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
model
/
com.sorrowblue.comicviewer.domain.model.collection
/
CollectionFile
Collection
File
data
class
CollectionFile
(
val
id
:
CollectionId
,
val
bookshelfId
:
BookshelfId
,
val
path
:
String
)
Members
Constructors
Collection
File
Link copied to clipboard
constructor
(
id
:
CollectionId
,
bookshelfId
:
BookshelfId
,
path
:
String
)
Properties
bookshelf
Id
Link copied to clipboard
val
bookshelfId
:
BookshelfId
id
Link copied to clipboard
val
id
:
CollectionId
path
Link copied to clipboard
val
path
:
String