WatchOptions$Mutation$deductCoinsFromUser class 
 
    
    
  
    Constructors
    
        - 
          WatchOptions$Mutation$deductCoinsFromUser({String? operationName, required Variables$Mutation$deductCoinsFromUser variables, FetchPolicy? fetchPolicy, ErrorPolicy? errorPolicy, CacheRereadPolicy? cacheRereadPolicy, Object? optimisticResult, Mutation$deductCoinsFromUser? typedOptimisticResult, Context? context, Duration? pollInterval, bool? eagerlyFetchResults, bool carryForwardDataOnException = true, bool fetchResults = false})
        
- 
          
        
 
    
  
    Properties
    
        - 
  asRequest
  → Request
  
- 
  Resolve these options into a request
  no setterinherited 
- 
  cacheRereadPolicy
  → CacheRereadPolicy?
  
- 
  
  no setterinherited 
- 
  carryForwardDataOnException
  → bool
  
- 
  carry forward previous data in the result of errors and no data.
defaults to true.finalinherited 
- 
  context
  → Context
  
- 
  Context to be passed to link execution chain.
  finalinherited 
- 
  document
  → DocumentNode
  
- 
  Document containing at least one OperationDefinitionNodefinalinherited 
- 
  eagerlyFetchResults
  → bool
  
- 
  Whether to fetchResultsimmediately on instantiation ofObservableQuery.
If available, cache results are emitted when the first listener is added.
Network results are then emitted when they return to any attached listeners.
Defaults tofetchResults.finalinherited 
- 
  errorPolicy
  → ErrorPolicy?
  
- 
  
  no setterinherited 
- 
  fetchPolicy
  → FetchPolicy?
  
- 
  
  no setterinherited 
- 
  fetchResults
  → bool
  
- 
  Whether or not to fetch results every time a new listener is added.
If eagerlyFetchResultsistrue, fetch is triggered during instantiation.finalinherited 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  isMutation
  → bool
  
- 
  
  no setterinherited 
- 
  isQuery
  → bool
  
- 
  
  no setterinherited 
- 
  isSubscription
  → bool
  
- 
  
  no setterinherited 
- 
  onComplete
  → OnQueryComplete?
  
- 
  
  finalinherited 
- 
  onError
  → OnQueryError?
  
- 
  
  finalinherited 
- 
  operationName
  → String?
  
- 
  Name of the executable definition
  finalinherited 
- 
  optimisticResult
  → Object?
  
- 
  An optimistic result to eagerly add to the operation stream
  finalinherited 
- 
  parserFn
  → ResultParserFn<Mutation$deductCoinsFromUser>
  
- 
  
  finalinherited 
- 
  policies
  → Policies
  
- 
  Specifies the Policiesto be used during execution.finalinherited 
- 
  pollInterval
  → Duration?
  
- 
  The time interval on which this query should be re-fetched from the server.
  finalinherited 
- 
  properties
  → List<Object?>
  
- 
  
  no setterinherited 
- 
  queryRequestTimeout
  → Duration?
  
- 
  Override default query timeout
  finalinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  type
  → OperationType
  
- 
  
  no setterinherited 
- 
  variables
  → Map<String, dynamic>
  
- 
  A map going from variable name to variable value, where the variables are used
within the GraphQL query.
  finalinherited 
 
    
  
    Methods
    
        - 
  asWatchQueryOptions({bool fetchResults = true})
    → WatchQueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  
  inherited 
- 
  copyWith({DocumentNode? document, String? operationName, Map<String, dynamic>? variables, FetchPolicy? fetchPolicy, ErrorPolicy? errorPolicy, CacheRereadPolicy? cacheRereadPolicy, Object? optimisticResult, Duration? pollInterval, bool? fetchResults, bool? carryForwardDataOnException, bool? eagerlyFetchResults, Context? context, ResultParserFn<Mutation$deductCoinsFromUser>? parserFn, Duration? queryRequestTimeout})
    → WatchQueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  Generic copyWith for all fields. There are other, more specific options:
  inherited 
- 
  copyWithFetchPolicy(FetchPolicy? fetchPolicy)
    → WatchQueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  
  inherited 
- 
  copyWithOptimisticResult(Object? optimisticResult)
    → WatchQueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  
  inherited 
- 
  copyWithOptions({DocumentNode? document, String? operationName, Map<String, dynamic>? variables, FetchPolicy? fetchPolicy, ErrorPolicy? errorPolicy, CacheRereadPolicy? cacheRereadPolicy, Object? optimisticResult, Duration? pollInterval, Context? context, ResultParserFn<Mutation$deductCoinsFromUser>? parserFn, Duration? queryRequestTimeout, OnQueryComplete? onComplete, OnQueryError? onError})
    → QueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  Generic copyWith for all fields. There are other, more specific options:
  inherited 
- 
  copyWithPolicies(Policies policies)
    → WatchQueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  
  inherited 
- 
  copyWithPollInterval(Duration? pollInterval)
    → WatchQueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  
  inherited 
- 
  copyWithVariables(Map<String, dynamic> variables)
    → WatchQueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  
  inherited 
- 
  createResult({Map<String, dynamic>? data, OperationException? exception, Context context = const Context(), required QueryResultSource source})
    → QueryResult<Mutation$deductCoinsFromUser>
  
  
- 
  
  inherited 
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  withFetchMoreOptions(FetchMoreOptions fetchMoreOptions)
    → QueryOptions<Mutation$deductCoinsFromUser>
  
  
- 
  
  inherited