Illust constructor

Illust(
  1. int id,
  2. String title,
  3. String type,
  4. ImageUrls imageUrls,
  5. String caption,
  6. int restrict,
  7. User user,
  8. List<Tag> tags,
  9. List<String> tools,
  10. String createDate,
  11. int pageCount,
  12. int width,
  13. int height,
  14. int sanityLevel,
  15. int xRestrict,
  16. MetaSinglePage metaSinglePage,
  17. List<MetaPage> metaPages,
  18. int totalView,
  19. int totalBookmarks,
  20. bool isBookmarked,
  21. bool visible,
  22. bool isMuted,
  23. int? totalComments,
)

Implementation

Illust(
  this.id,
  this.title,
  this.type,
  this.imageUrls,
  this.caption,
  this.restrict,
  this.user,
  this.tags,
  this.tools,
  this.createDate,
  this.pageCount,
  this.width,
  this.height,
  this.sanityLevel,
  this.xRestrict,
  this.metaSinglePage,
  this.metaPages,
  this.totalView,
  this.totalBookmarks,
  this.isBookmarked,
  this.visible,
  this.isMuted,
  this.totalComments,
);