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