copy

fun copy(    fileSystem: FileSystem? = this.fileSystem,     interceptorCoroutineContext: CoroutineContext? = this.interceptorCoroutineContext,     fetcherCoroutineContext: CoroutineContext? = this.fetcherCoroutineContext,     decoderCoroutineContext: CoroutineContext? = this.decoderCoroutineContext,     memoryCachePolicy: CachePolicy? = this.memoryCachePolicy,     diskCachePolicy: CachePolicy? = this.diskCachePolicy,     networkCachePolicy: CachePolicy? = this.networkCachePolicy,     placeholderFactory: (ImageRequest) -> Image?? = this.placeholderFactory,     errorFactory: (ImageRequest) -> Image?? = this.errorFactory,     fallbackFactory: (ImageRequest) -> Image?? = this.fallbackFactory,     sizeResolver: SizeResolver? = this.sizeResolver,     scale: Scale? = this.scale,     precision: Precision? = this.precision): ImageRequest.Defined