Policies constructor

Policies({
  1. FetchPolicy? fetch,
  2. ErrorPolicy? error,
  3. CacheRereadPolicy? cacheReread,
})

Implementation

Policies({
  this.fetch,
  this.error,
  this.cacheReread,
});