copyWith abstract method
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,
});