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

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