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