TorrentAddRequestParam class abstract

Implemented types
Mixed-in types

Constructors

TorrentAddRequestParam({required TorrentAddRequestArgs args})
const
TorrentAddRequestParam.build({ServerRpcVersion? version, required TorrentAddRequestArgs args})
factory

Properties

allowedFields Set<TorrentAddArgument>
no setter
bandwidthPriority num?
Priority for the torrent's bandwidth.
no setteroverride
cookies List<Cookie>?
One or more cookies.
no setteroverride
deprecatedFields Set<TorrentAddArgument>
no setter
downloadDir String?
Path to download the torrent to.
no setteroverride
fileInfo TorrentAddFileInfo
Information about the torrent's files.
no setteroverride
filesUnwanted FileIndices?
Indices of file(s) not to be downloaded.
no setteroverride
filesWanted FileIndices?
Indices of file(s) to be downloaded.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
labels List<String>?
Array of string labels. (new in rpc-version 17)
no setteroverride
paused bool?
Indicates whether the torrent should be added in a paused state.
no setteroverride
peerLimit num?
Maximum number of peers for the torrent.
no setteroverride
priorityHigh FileIndices?
Indices of high-priority file(s).
no setteroverride
priorityLow FileIndices?
Indices of low-priority file(s).
no setteroverride
priorityNormal FileIndices?
Indices of normal-priority file(s).
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

check() String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toRpcJson() JsonMap
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited