UploadAttachmentOptions constructor
Returns a new UploadAttachmentOptions instance.
Implementation
UploadAttachmentOptions({
this.contentType,
this.filename,
required this.base64Contents,
});
Returns a new UploadAttachmentOptions instance.
UploadAttachmentOptions({
this.contentType,
this.filename,
required this.base64Contents,
});