copyWith method

Policies copyWith({
  1. FetchPolicy? fetch,
  2. ErrorPolicy? error,
})

Implementation

Policies copyWith({FetchPolicy? fetch, ErrorPolicy? error}) =>
    Policies(fetch: fetch, error: error, cacheReread: cacheReread);