DeletedAttachment constructor
DeletedAttachment({})
Implementation
DeletedAttachment({
String? couchDbAttachmentId,
String? objectStoreAttachmentId,
String? key,
int? deletionTime
}) : couchDbAttachmentId = couchDbAttachmentId ?? null,
objectStoreAttachmentId = objectStoreAttachmentId ?? null,
key = key ?? null,
deletionTime = deletionTime ?? null;