AnilistMediaRequest class

Inheritance
Mixed in types

Constructors

AnilistMediaRequest({Dio? client})
AnilistMediaRequest.fromArguments(Map<String, dynamic> withArguments)

Properties

arguments Map<String, dynamic>
getter/setter pairinherited
client ↔ Dio
getter/setter pairoverride
elements String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
page int
getter/setter pairinherited
pageArguments Map<String, dynamic>
getter/setter pairinherited
pageElements String
no setterinherited
pageInfo String
no setterinherited
perPage int
getter/setter pairinherited
query String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
where String
no setterinherited
whereArguments Map<String, dynamic>
getter/setter pairinherited
whereQuery String
no setterinherited

Methods

add(String key, {dynamic subArguments}) → void
inherited
addPageInfo(String key, {dynamic subArguments}) → void
inherited
addSub(String key, String subKey) → void
inherited
addWhereArgument(String key, dynamic value) → void
inherited
byId(int id) Future<AnilistMedia>
copy() AnilistMediaRequest
list(int perPage, int page) Future<AnilistQueryResult<AnilistMedia>>
listRequest<T>(int perPage, int page) Future<AnilistQueryResult<T>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryElements(Map<String, dynamic> arguments) String
inherited
queryGenres(List<String> genres) → void
inherited
querySearch(String search) → void
inherited
queryType(AnilistMediaType type) → void
inherited
remove(String key) → void
inherited
removePageInfo(String key) → void
inherited
removeSub(String key, String subKey) → void
inherited
removeWhereArgument(String key) → void
inherited
sort(List<AnilistMediaSort> sorts) → void
inherited
toString() String
A string representation of this object.
inherited
whereArgumentToGraph(String key) → dynamic
inherited
withAverageScore() → void
inherited
withBannerImage() → void
inherited
withChapters() → void
inherited
withCharcters(AnilistSubquery<AnilistCharacterSelect> subSelect) → void
inherited
withCountryOfOrigin() → void
inherited
withCoverImage({Map<String, dynamic>? customArguments}) → void
inherited
withDescription() → void
inherited
withDuration() → void
inherited
withEndDate() → void
inherited
withEpisodes() → void
inherited
withFavourites() → void
inherited
withFormat() → void
inherited
withGenres() → void
inherited
withHashtag() → void
inherited
withIdMal() → void
inherited
withIsLicensed() → void
inherited
withIsLocked() → void
inherited
withMeanScore() → void
inherited
withoutAverageScore() → void
inherited
withoutBannerImage() → void
inherited
withoutChapters() → void
inherited
withoutCharacters() → void
inherited
withoutCountryOfOrigin() → void
inherited
withoutCoverImage() → void
inherited
withoutDescription() → void
inherited
withoutDuration() → void
inherited
withoutEndDate() → void
inherited
withoutEpisodes() → void
inherited
withoutFavourites() → void
inherited
withoutFormat() → void
inherited
withoutGenres() → void
inherited
withoutHashtag() → void
inherited
withoutIdMal() → void
inherited
withoutIsLicensed() → void
inherited
withoutIsLocked() → void
inherited
withoutMeanScore() → void
inherited
withoutPageInfoCurrentPage() → void
inherited
withoutPageInfoHasNextPage() → void
inherited
withoutPageInfoLastPage() → void
inherited
withoutPageInfoPerPage() → void
inherited
withoutPageInfoTotal() → void
inherited
withoutPopularity() → void
inherited
withoutSeason() → void
inherited
withoutSeasonInt() → void
inherited
withoutSeasonYear() → void
inherited
withoutSource() → void
inherited
withoutStaff() → void
inherited
withoutStartDate() → void
inherited
withoutStatus() → void
inherited
withoutSynonyms() → void
inherited
withoutTags() → void
inherited
withoutTagsCategory() → void
inherited
withoutTagsDescription() → void
inherited
withoutTagsId() → void
inherited
withoutTagsIsAdult() → void
inherited
withoutTagsIsGeneralSpoiler() → void
inherited
withoutTagsIsMediaSpoiler() → void
inherited
withoutTagsName() → void
inherited
withoutTagsRank() → void
inherited
withoutTitle() → void
inherited
withoutTitleEnglish() → void
inherited
withoutTitleNative() → void
inherited
withoutTitleRomaji() → void
inherited
withoutTrailer() → void
inherited
withoutTrending() → void
inherited
withoutType() → void
inherited
withoutUpdatedAt() → void
inherited
withoutVolumes() → void
inherited
withPageInfoCurrentPage() → void
inherited
withPageInfoHasNextPage() → void
inherited
withPageInfoLastPage() → void
inherited
withPageInfoPerPage() → void
inherited
withPageInfoTotal() → void
inherited
withPopularity() → void
inherited
withSeason() → void
inherited
withSeasonInt() → void
inherited
withSeasonYear() → void
inherited
withSource() → void
inherited
withStaff(AnilistSubquery<AnilistStaffSelect> subSelect) → void
inherited
withStartDate() → void
inherited
withStatus() → void
inherited
withSynonyms() → void
inherited
withTags() → void
inherited
withTagsCategory() → void
inherited
withTagsDescription() → void
inherited
withTagsId() → void
inherited
withTagsIsAdult() → void
inherited
withTagsIsGeneralSpoiler() → void
inherited
withTagsIsMediaSpoiler() → void
inherited
withTagsName() → void
inherited
withTagsRank() → void
inherited
withTitle() → void
inherited
withTitleEnglish() → void
inherited
withTitleNative() → void
inherited
withTitleRomaji() → void
inherited
withTrailer() → void
inherited
withTrending() → void
inherited
withType() → void
inherited
withUpdatedAt() → void
inherited
withVolumes() → void
inherited

Operators

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