copy

fun copy(    image: Image = this.image,     request: ImageRequest = this.request,     dataSource: DataSource = this.dataSource,     memoryCacheKey: MemoryCache.Key? = this.memoryCacheKey,     diskCacheKey: String? = this.diskCacheKey,     isSampled: Boolean = this.isSampled,     isPlaceholderCached: Boolean = this.isPlaceholderCached): SuccessResult