RequestOptions<T> constructor
const
RequestOptions<T> ({})
Implementation
const RequestOptions({
this.manual = false,
this.initialData,
this.debounceInterval,
this.throttleInterval,
this.pollingInterval,
this.pollingWhenHidden = true,
this.loadingDelay,
this.retryCount = 0,
this.cacheKey,
this.onSuccess,
this.onError,
this.onFinally,
});