UseMutationOptions<TData, TError, TVariables, TContext> class

Constructors

UseMutationOptions({required Future<TData> mutationFn(TVariables), FutureOr<TContext>? onMutate(TVariables)?, void onSuccess(TData, TVariables, TContext?)?, void onError(TError, TVariables, TContext?)?, void onSettled(TData?, TError?, TVariables, TContext?)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
mutationFn Future<TData> Function(TVariables)
final
onError → (void Function(TError, TVariables, TContext?)?)
final
onMutate → (FutureOr<TContext>? Function(TVariables)?)
final
onSettled → (void Function(TData?, TError?, TVariables, TContext?)?)
final
onSuccess → (void Function(TData, TVariables, TContext?)?)
final
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