Novel constructor
Novel(
- int id,
- String title,
- int restrict,
- int xRestrict,
- bool isOriginal,
- ImageUrls imageUrls,
- String createDate,
- List<
Tag> tags, - int pageCount,
- int textLength,
- User user,
- Series series,
- int totalBookmarks,
- bool isBookmarked,
- int totalView,
- bool visible,
- int totalComments,
- bool isMuted,
- bool isMyPixivOnly,
- bool isXRestricted,
Implementation
Novel(
this.id,
this.title,
this.caption,
this.restrict,
this.xRestrict,
this.isOriginal,
this.imageUrls,
this.createDate,
this.tags,
this.pageCount,
this.textLength,
this.user,
this.series,
this.totalBookmarks,
this.isBookmarked,
this.totalView,
this.visible,
this.totalComments,
this.isMuted,
this.isMyPixivOnly,
this.isXRestricted,
);