copyWith abstract method

CloudStorageDirectUploadEntry copyWith({
  1. int? id,
  2. String? storageId,
  3. String? path,
  4. DateTime? expiration,
  5. String? authKey,
})

Implementation

CloudStorageDirectUploadEntry copyWith({
  int? id,
  String? storageId,
  String? path,
  DateTime? expiration,
  String? authKey,
});