AnilistMedia class abstract

Constructors

AnilistMedia([void updates(AnilistMediaBuilder)])
factory

Properties

averageScore int?
no setter
bannerImage String?
no setter
chapters int?
no setter
characters AnilistConnection<AnilistCharacter, AnilistCharacter>?
no setter
countryOfOrigin String?
no setter
coverImage AnilistImage?
no setter
description String?
no setter
duration int?
no setter
endDate AnilistDate?
no setter
episodes int?
no setter
favourites int?
no setter
format AnilistMediaFormat?
no setter
genres → BuiltSet<String>?
no setter
hashCode int
The hash code for this object.
no setterinherited
hashtag String?
no setter
id int
no setter
idMal int?
no setter
isLicensed bool?
no setter
isLocked bool?
no setter
meanScore int?
no setter
popularity int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
season AnilistMediaSeason?
no setter
seasonInt int?
no setter
seasonYear int?
no setter
source AnilistMediaSource?
no setter
staff AnilistConnection<AnilistStaff, AnilistStaff>?
no setter
startDate AnilistDate?
no setter
status AnilistMediaStatus?
no setter
synonyms → BuiltSet<String>?
no setter
tags → BuiltList<AnilistTag>?
no setter
title AnilistTitle?
no setter
trailer AnilistTrailer?
no setter
no setter
type AnilistMediaType?
no setter
updatedAt int?
no setter
volumes int?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AnilistMediaBuilder)) AnilistMedia
Rebuilds the instance.
inherited
toBuilder() AnilistMediaBuilder
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<AnilistMedia>
no setter

Static Methods

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

Constants

specifiedType → const FullType