UserItem class abstract

Constructors

UserItem([dynamic updates(UserItemBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
imageUrl String
no setter
malId int
no setter
readChapters int?
no setter
readingStatus int?
no setter
readVolumes int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
no setter
title String
no setter
totalChapters int?
no setter
totalEpisodes int?
no setter
totalVolumes int?
no setter
type String
no setter
url String
no setter
watchedEpisodes int?
no setter
watchingStatus int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UserItemBuilder)) UserItem
Rebuilds the instance.
inherited
toBuilder() UserItemBuilder
Converts the instance to a builder B.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<UserItem>
no setter

Static Methods

fromJson(Map<String, dynamic> jsonMap) UserItem