AnilistSelect class

Implementers

Constructors

AnilistSelect()

Properties

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

Methods

add(String key, {dynamic subArguments}) → void
addPageInfo(String key, {dynamic subArguments}) → void
addSub(String key, String subKey) → void
addWhereArgument(String key, dynamic value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryElements(Map<String, dynamic> arguments) String
querySearch(String search) → void
remove(String key) → void
removePageInfo(String key) → void
removeSub(String key, String subKey) → void
removeWhereArgument(String key) → void
toString() String
A string representation of this object.
inherited
whereArgumentToGraph(String key) → dynamic
withoutPageInfoCurrentPage() → void
withoutPageInfoHasNextPage() → void
withoutPageInfoLastPage() → void
withoutPageInfoPerPage() → void
withoutPageInfoTotal() → void
withPageInfoCurrentPage() → void
withPageInfoHasNextPage() → void
withPageInfoLastPage() → void
withPageInfoPerPage() → void
withPageInfoTotal() → void

Operators

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