TorrentSearch
Toggle table of contents
0.10.0
common
Platform filter
common
Switch theme
Search in API
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
)