copyWith abstract method

  1. @useResult
CachesInfo copyWith({
  1. CacheInfo? local,
  2. CacheInfo? localPrio,
  3. CacheInfo? global,
})

Returns a shallow copy of this CachesInfo with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
CachesInfo copyWith({
  _i2.CacheInfo? local,
  _i2.CacheInfo? localPrio,
  _i2.CacheInfo? global,
});