GraphQLStudioRepository class
- Implemented types
Constructors
- GraphQLStudioRepository(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
-
findStudios(
{int? page, int? perPage, String? filter, String? sort, bool? descending, bool favoritesOnly = false}) → Future< List< Studio> > -
override
-
getStudioById(
String id) → Future< Studio> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setStudioFavorite(
String id, bool favorite) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited