DataAttachment constructor
DataAttachment({})
Implementation
DataAttachment({
String? couchDbAttachmentId,
String? objectStoreAttachmentId,
List<String>? utis
}) : couchDbAttachmentId = couchDbAttachmentId ?? null,
objectStoreAttachmentId = objectStoreAttachmentId ?? null,
utis = utis ?? [];