RefreshConfig constructor
const
RefreshConfig({})
Implementation
const RefreshConfig({
required this.staleDuration,
required this.refreshInterval,
required this.refreshOnMount,
required this.refreshOnQueryFnChange,
required this.refreshOnNetworkStateChange,
});