Novel class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Novel(int id, String title, String caption, 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)
Novel.fromJson(Map<String, dynamic> json)
factory

Properties

caption String
getter/setter pair
createDate String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pair
imageUrls ImageUrls
getter/setter pair
isBookmarked bool
getter/setter pair
isMuted bool
getter/setter pair
isMyPixivOnly bool
getter/setter pair
isOriginal bool
getter/setter pair
isXRestricted bool
getter/setter pair
pageCount int
getter/setter pair
restrict int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
series Series
getter/setter pair
tags List<Tag>
getter/setter pair
textLength int
getter/setter pair
title String
getter/setter pair
totalBookmarks int
getter/setter pair
totalComments int
getter/setter pair
totalView int
getter/setter pair
user User
getter/setter pair
visible bool
getter/setter pair
xRestrict int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited