AnilistCharacter class abstract

Constructors

AnilistCharacter([void updates(AnilistCharacterBuilder)])
factory

Properties

description String?
no setter
favourites int?
no setter
hashCode int
The hash code for this object.
no setterinherited
id int?
no setter
image AnilistImage?
no setter
isFavourite bool?
no setter
medias List<AnilistCharacter>?
no setter
name AnilistName?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteUrl String?
no setter

Methods

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

Operators

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

Static Properties

serializer → Serializer<AnilistCharacter>
no setter

Static Methods

fromJson(Map<String, dynamic> json) AnilistCharacter
fromJsonList(List json) → BuiltList<AnilistCharacter>
jsonListString(BuiltList<AnilistCharacter> list) String
toJson(AnilistCharacter media) String

Constants

specifiedType → const FullType