AttachmentFile constructor
const
AttachmentFile({})
Implementation
const AttachmentFile({
required this.filename,
required this.extension,
required this.data,
this.path,
this.contentType,
});
const AttachmentFile({
required this.filename,
required this.extension,
required this.data,
this.path,
this.contentType,
});