TorrentAddRequestArgsDefine mixin

Mixin applications

Properties

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

Methods

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

Operators

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