TorrentSearch
Toggle table of contents
0.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
TorrentSearch
TorrentSearch
/
torrentsearch.models
/
ProviderResult
/
Success
/
Success
Success
constructor
(
providerName
:
String
,
torrents
:
List
<
TorrentDescription
>
,
fromCache
:
Boolean
=
false
,
page
:
Int
=
1
,
pageSize
:
Int
=
torrents.size
,
totalTorrents
:
Int
=
torrents.size
,
requiresResolution
:
Boolean
=
false
)