copyWith abstract method

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

Implementation

CloudStorageEntry copyWith({
  int? id,
  String? storageId,
  String? path,
  DateTime? addedTime,
  DateTime? expiration,
  _i2.ByteData? byteData,
  bool? verified,
});