SiteInfo constructor

SiteInfo({
  1. String? authKey,
  2. String? authAddress,
  3. String? certUserId,
  4. String? address,
  5. String? addressShort,
  6. Settings? settings,
  7. dynamic contentUpdated,
  8. int? badFiles,
  9. int? sizeLimit,
  10. int? nextSizeLimit,
  11. int? peers,
  12. int? startedTaskNum,
  13. int? tasks,
  14. int? workers,
  15. Content? content,
  16. int? feedFollowNum,
})

Implementation

SiteInfo({
  this.authKey,
  this.authAddress,
  this.certUserId,
  this.address,
  this.addressShort,
  this.settings,
  this.contentUpdated,
  this.badFiles,
  this.sizeLimit,
  this.nextSizeLimit,
  this.peers,
  this.startedTaskNum,
  this.tasks,
  this.workers,
  this.content,
  this.feedFollowNum,
});