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