Content constructor

Content({
  1. String? address,
  2. String? backgroundColor,
  3. String? backgroundColorDark,
  4. String? description,
  5. int? files,
  6. String? ignore,
  7. String? innerPath,
  8. int? modified,
  9. bool? postmessageNonceSecurity,
  10. int? signsRequired,
  11. String? title,
  12. List<String>? translate,
  13. String? viewport,
  14. String? zeronetVersion,
  15. int? filesOptional,
  16. int? includes,
})

Implementation

Content({
  this.address,
  this.backgroundColor,
  this.backgroundColorDark,
  this.description,
  this.files,
  this.ignore,
  this.innerPath,
  this.modified,
  this.postmessageNonceSecurity,
  this.signsRequired,
  this.title,
  this.translate,
  this.viewport,
  this.zeronetVersion,
  this.filesOptional,
  this.includes,
});