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