copyWith abstract method

  1. @useResult
CloudStorageDirectDownloadEntry copyWith({
  1. int? id,
  2. String? storageId,
  3. String? path,
  4. DateTime? expiration,
  5. String? authKey,
  6. String? downloadFileName,
  7. String? contentType,
})

Returns a shallow copy of this CloudStorageDirectDownloadEntry with some or all fields replaced by the given arguments.

Implementation

@_is.useResult
CloudStorageDirectDownloadEntry copyWith({
  int? id,
  String? storageId,
  String? path,
  DateTime? expiration,
  String? authKey,
  String? downloadFileName,
  String? contentType,
});