GraphQLGalleryRepository class

Implemented types

Constructors

GraphQLGalleryRepository(GraphQLClient client)

Properties

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

Methods

findGalleries({int? page, int? perPage, String? filter, String? sort, bool? descending}) Future<List<Gallery>>
override
getGalleryById(String id) Future<Gallery>
override
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