TorrentAddRequestArgs constructor
TorrentAddRequestArgs({
- required TorrentAddFileInfo fileInfo,
- List<
Cookie> ? cookies, - String? downloadDir,
- bool? paused,
- num? peerLimit,
- num? bandwidthPriority,
- FileIndices? filesWanted,
- FileIndices? filesUnwanted,
- FileIndices? priorityHigh,
- FileIndices? priorityLow,
- FileIndices? priorityNormal,
- List<
String> ? labels,
Implementation
TorrentAddRequestArgs({
required this.fileInfo,
this.cookies,
this.downloadDir,
this.paused,
this.peerLimit,
this.bandwidthPriority,
this.filesWanted,
this.filesUnwanted,
this.priorityHigh,
this.priorityLow,
this.priorityNormal,
this.labels,
});