MimeAttachmentDto constructor
Returns a new MimeAttachmentDto instance.
Implementation
MimeAttachmentDto({
this.data,
this.fileName,
this.mimeType,
});
Returns a new MimeAttachmentDto instance.
MimeAttachmentDto({
this.data,
this.fileName,
this.mimeType,
});