Attachment constructor
Attachment()
Constructs a new Attachment instance.
It requires a fileUrl, fileName, fileExtension, fileMimeType,
and optionally a fileSize.
Implementation
Attachment(
this.fileUrl,
this.fileName,
this.fileExtension,
this.fileMimeType,
this.fileSize,
);