Settings constructor

Settings({
  1. int? added,
  2. String? ajaxKey,
  3. int? bytesRecv,
  4. int? bytesSent,
  5. Cache? cache,
  6. int? downloaded,
  7. int? modified,
  8. int? optionalDownloaded,
  9. bool? own,
  10. int? peers,
  11. List<String>? permissions,
  12. bool? serving,
  13. int? size,
  14. int? sizeFilesOptional,
  15. int? sizeOptional,
})

Implementation

Settings({
  this.added,
  this.ajaxKey,
  this.bytesRecv,
  this.bytesSent,
  this.cache,
  this.downloaded,
  this.modified,
  this.optionalDownloaded,
  this.own,
  this.peers,
  this.permissions,
  this.serving,
  this.size,
  this.sizeFilesOptional,
  this.sizeOptional,
});