MutationJob<DataType, ErrorType, VariablesType, RecoveryType, ArgsType> class

Constructors

MutationJob({required String mutationKey, required MutationJobFn<DataType, VariablesType, ArgsType> task, RetryConfig? retryConfig, List<String>? refreshQueries, List<String>? refreshInfiniteQueries})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
mutationKey String
final
refreshInfiniteQueries List<String>?
final
refreshQueries List<String>?
final
retryConfig RetryConfig?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task MutationJobFn<DataType, VariablesType, ArgsType>
final

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

Static Methods

withVariableKey<DataType, ErrorType, VariablesType, RecoveryType, ArgsType>({required String baseMutationKey, required MutationJobVariableFn<DataType, VariablesType, ArgsType?> task, RetryConfig? retryConfig, List<String>? refreshQueries, List<String>? refreshInfiniteQueries}) MutationJobVariableKeyFn<DataType, ErrorType, VariablesType, RecoveryType, ArgsType>