SessionGetResponseParam constructor

SessionGetResponseParam({
  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. num? blocklistSize,
  10. String? blocklistUrl,
  11. num? cacheSizeMb,
  12. String? configDir,
  13. String? defaultTrackers,
  14. bool? dhtEnabled,
  15. String? downloadDir,
  16. num? downloadDirFreeSpace,
  17. bool? downloadQueueEnabled,
  18. num? downloadQueueSize,
  19. String? encryption,
  20. bool? idleSeedingLimitEnabled,
  21. num? idleSeedingLimit,
  22. bool? incompleteDirEnabled,
  23. String? incompleteDir,
  24. bool? lpdEnabled,
  25. num? peerLimitGlobal,
  26. num? peerLimitPerTorrent,
  27. bool? peerPortRandomOnStart,
  28. num? peerPort,
  29. bool? pexEnabled,
  30. bool? portForwardingEnabled,
  31. bool? queueStalledEnabled,
  32. num? queueStalledMinutes,
  33. bool? renamePartialFiles,
  34. num? rpcVersionMinimum,
  35. String? rpcVersionSemver,
  36. num? rpcVersion,
  37. bool? scriptTorrentAddedEnabled,
  38. String? scriptTorrentAddedFilename,
  39. bool? scriptTorrentDoneEnabled,
  40. String? scriptTorrentDoneFilename,
  41. bool? scriptTorrentDoneSeedingEnabled,
  42. String? scriptTorrentDoneSeedingFilename,
  43. bool? seedQueueEnabled,
  44. num? seedQueueSize,
  45. num? seedRatioLimit,
  46. bool? seedRatioLimited,
  47. String? sessionId,
  48. bool? speedLimitDownEnabled,
  49. num? speedLimitDown,
  50. bool? speedLimitUpEnabled,
  51. num? speedLimitUp,
  52. bool? startAddedTorrents,
  53. bool? trashOriginalTorrentFiles,
  54. SessionUnits? units,
  55. bool? utpEnabled,
  56. String? version,
})

Implementation

SessionGetResponseParam({
  this.altSpeedDown,
  this.altSpeedEnabled,
  this.altSpeedTimeBegin,
  this.altSpeedTimeDay,
  this.altSpeedTimeEnabled,
  this.altSpeedTimeEnd,
  this.altSpeedUp,
  this.blocklistEnabled,
  this.blocklistSize,
  this.blocklistUrl,
  this.cacheSizeMb,
  this.configDir,
  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.rpcVersionMinimum,
  this.rpcVersionSemver,
  this.rpcVersion,
  this.scriptTorrentAddedEnabled,
  this.scriptTorrentAddedFilename,
  this.scriptTorrentDoneEnabled,
  this.scriptTorrentDoneFilename,
  this.scriptTorrentDoneSeedingEnabled,
  this.scriptTorrentDoneSeedingFilename,
  this.seedQueueEnabled,
  this.seedQueueSize,
  this.seedRatioLimit,
  this.seedRatioLimited,
  this.sessionId,
  this.speedLimitDownEnabled,
  this.speedLimitDown,
  this.speedLimitUpEnabled,
  this.speedLimitUp,
  this.startAddedTorrents,
  this.trashOriginalTorrentFiles,
  this.units,
  this.utpEnabled,
  this.version,
});