TorrentInfo

data class TorrentInfo(val title: String, val files: List<TorrentFile>, val hash: String, val size: Long, val trackers: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(title: String, files: List<TorrentFile>, hash: String, size: Long, trackers: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Long
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard