Illust constructor
Illust(
- int id,
- String title,
- String type,
- ImageUrls imageUrls,
- int restrict,
- User user,
- List<
Tag> tags, - List<
String> tools, - String createDate,
- int pageCount,
- int width,
- int height,
- int sanityLevel,
- int xRestrict,
- MetaSinglePage metaSinglePage,
- List<
MetaPage> metaPages, - int totalView,
- int totalBookmarks,
- bool isBookmarked,
- bool visible,
- bool isMuted,
- 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,
);