DeletedAttachment constructor

const DeletedAttachment({
  1. @Default(null) String? couchDbAttachmentId,
  2. @Default(null) String? objectStoreAttachmentId,
  3. @Default(null) String? key,
  4. @Default(null) int? deletionTime,
})

Implementation

const factory DeletedAttachment({
	@Default(null) String? couchDbAttachmentId,
	@Default(null) String? objectStoreAttachmentId,
	@Default(null) String? key,
	@Default(null) int? deletionTime,
}) = _DeletedAttachment;