AnimeField class

Inheritance

Constructors

AnimeField.alternativeTitles([List<AlternativeTitlesField>? fields])
AnimeField.averageEpisodeDuration()
AnimeField.background()
Not supported when the return type is a list of Anime.
AnimeField.broadcast([List<BroadcastField>? fields])
AnimeField.createdAt()
AnimeField.endDate()
AnimeField.genres([List<GenreField>? fields])
AnimeField.id()
AnimeField.mainPicture([List<PictureField>? fields])
AnimeField.mean()
AnimeField.mediaType()
AnimeField.myListStatus([List<UserAnimeListStatusField>? fields])
AnimeField.nsfw()
AnimeField.numEpisodes()
AnimeField.numFavorites()
AnimeField.numListUsers()
AnimeField.numScoringUsers()
AnimeField.pictures([List<PictureField>? fields])
Not supported when the return type is a list of Anime.
AnimeField.popularity()
AnimeField.rank()
AnimeField.rating()
AnimeField.recommendations([List<AnimeRecommendationField>? fields])
Not supported when the return type is a list of Anime.
AnimeField.relatedAnime([List<RelatedAnimeField>? fields])
Not supported when the return type is a list of Anime.
AnimeField.relatedManga([List<RelatedMangaField>? fields])
Not supported when the return type is a list of Anime.
AnimeField.source()
AnimeField.startDate()
AnimeField.startSeason([List<StartSeasonField>? fields])
AnimeField.statistics([List<StatisticsField>? fields])
Not supported when the return type is a list of Anime.
AnimeField.status()
AnimeField.studios([List<StudioField>? fields])
AnimeField.synopsis()
AnimeField.title()
AnimeField.updatedAt()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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