MailerFileAttachment constructor

MailerFileAttachment(
  1. File file,
  2. String name,
  3. String mime
)

Implementation

MailerFileAttachment(this.file, this.name, this.mime);