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