BrowserPersistentFileEntry

data class BrowserPersistentFileEntry(val path: String, val kind: BrowserPersistentFileEntryKind, val size: Int = 0, val chunks: Int = 0)

Constructors

Link copied to clipboard
constructor(path: String, kind: BrowserPersistentFileEntryKind, size: Int = 0, chunks: Int = 0)

Properties

Link copied to clipboard
val chunks: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int