SessionSetRequestArgs constructor

const SessionSetRequestArgs({
  1. num? altSpeedDown,
  2. bool? altSpeedEnabled,
  3. num? altSpeedTimeBegin,
  4. num? altSpeedTimeDay,
  5. bool? altSpeedTimeEnabled,
  6. num? altSpeedTimeEnd,
  7. num? altSpeedUp,
  8. bool? blocklistEnabled,
  9. String? blocklistUrl,
  10. num? cacheSizeMb,
  11. String? defaultTrackers,
  12. bool? dhtEnabled,
  13. String? downloadDir,
  14. num? downloadDirFreeSpace,
  15. bool? downloadQueueEnabled,
  16. num? downloadQueueSize,
  17. String? encryption,
  18. bool? idleSeedingLimitEnabled,
  19. num? idleSeedingLimit,
  20. bool? incompleteDirEnabled,
  21. String? incompleteDir,
  22. bool? lpdEnabled,
  23. num? peerLimitGlobal,
  24. num? peerLimitPerTorrent,
  25. bool? peerPortRandomOnStart,
  26. num? peerPort,
  27. bool? pexEnabled,
  28. bool? portForwardingEnabled,
  29. bool? queueStalledEnabled,
  30. num? queueStalledMinutes,
  31. bool? renamePartialFiles,
  32. bool? scriptTorrentAddedEnabled,
  33. String? scriptTorrentAddedFilename,
  34. bool? scriptTorrentDoneEnabled,
  35. String? scriptTorrentDoneFilename,
  36. bool? scriptTorrentDoneSeedingEnabled,
  37. String? scriptTorrentDoneSeedingFilename,
  38. bool? seedQueueEnabled,
  39. num? seedQueueSize,
  40. num? seedRatioLimit,
  41. bool? seedRatioLimited,
  42. bool? speedLimitDownEnabled,
  43. num? speedLimitDown,
  44. bool? speedLimitUpEnabled,
  45. num? speedLimitUp,
  46. bool? startAddedTorrents,
  47. bool? trashOriginalTorrentFiles,
  48. bool? utpEnabled,
})

Implementation

const SessionSetRequestArgs({
  this.altSpeedDown,
  this.altSpeedEnabled,
  this.altSpeedTimeBegin,
  this.altSpeedTimeDay,
  this.altSpeedTimeEnabled,
  this.altSpeedTimeEnd,
  this.altSpeedUp,
  this.blocklistEnabled,
  this.blocklistUrl,
  this.cacheSizeMb,
  this.defaultTrackers,
  this.dhtEnabled,
  this.downloadDir,
  this.downloadDirFreeSpace,
  this.downloadQueueEnabled,
  this.downloadQueueSize,
  this.encryption,
  this.idleSeedingLimitEnabled,
  this.idleSeedingLimit,
  this.incompleteDirEnabled,
  this.incompleteDir,
  this.lpdEnabled,
  this.peerLimitGlobal,
  this.peerLimitPerTorrent,
  this.peerPortRandomOnStart,
  this.peerPort,
  this.pexEnabled,
  this.portForwardingEnabled,
  this.queueStalledEnabled,
  this.queueStalledMinutes,
  this.renamePartialFiles,
  this.scriptTorrentAddedEnabled,
  this.scriptTorrentAddedFilename,
  this.scriptTorrentDoneEnabled,
  this.scriptTorrentDoneFilename,
  this.scriptTorrentDoneSeedingEnabled,
  this.scriptTorrentDoneSeedingFilename,
  this.seedQueueEnabled,
  this.seedQueueSize,
  this.seedRatioLimit,
  this.seedRatioLimited,
  this.speedLimitDownEnabled,
  this.speedLimitDown,
  this.speedLimitUpEnabled,
  this.speedLimitUp,
  this.startAddedTorrents,
  this.trashOriginalTorrentFiles,
  this.utpEnabled,
});