DownloadedFileInfo

data class DownloadedFileInfo(    val totalBytes: Long,     val relativePath: String,     val displayName: String,     val extraInfo: String? = null,     val basePath: String? = null)(source)

Constructors

Link copied to clipboard
constructor(totalBytes: Long, relativePath: String, displayName: String, extraInfo: String? = null, basePath: String? = null)

Properties

Link copied to clipboard
val basePath: String? = null
Link copied to clipboard
Link copied to clipboard
val extraInfo: String? = null
Link copied to clipboard
Link copied to clipboard