copyWith abstract method

  1. @useResult
CloudStorageEntry copyWith({
  1. int? id,
  2. String? storageId,
  3. String? path,
  4. DateTime? addedTime,
  5. DateTime? expiration,
  6. ByteData? byteData,
  7. bool? verified,
})

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,
});