DownloadAttachmentDto constructor
DownloadAttachmentDto({})
Returns a new DownloadAttachmentDto instance.
Implementation
DownloadAttachmentDto({
required this.base64FileContents,
required this.contentType,
required this.sizeBytes,
});