copyWith abstract method
Returns a shallow copy of this CloudStorageEntry with some or all fields replaced by the given arguments.
Implementation
@_is.useResult
CloudStorageEntry copyWith({
int? id,
String? storageId,
String? path,
DateTime? addedTime,
DateTime? expiration,
_idt.ByteData? byteData,
bool? verified,
String? contentType,
String? cacheControl,
String? contentDisposition,
String? contentEncoding,
String? customMetadata,
});