Content constructor

Content({
  1. String? id,
  2. String? rev,
  3. List<Title>? titles,
  4. dynamic thumbnail,
  5. dynamic theme,
  6. List? modules,
  7. List? subs,
  8. String? domain,
  9. dynamic modified,
  10. dynamic modifiedid,
  11. dynamic ipaddress,
  12. dynamic createid,
  13. dynamic created,
  14. dynamic computer,
  15. dynamic note,
})

Implementation

Content({
  this.id,
  this.rev,
  this.titles,
  this.thumbnail,
  this.theme,
  this.modules,
  this.subs,
  this.domain,
  this.modified,
  this.modifiedid,
  this.ipaddress,
  this.createid,
  this.created,
  this.computer,
  this.note,
});