MailerBase64Attachment constructor

MailerBase64Attachment(
  1. String contents,
  2. String name,
  3. String mime
)

Implementation

MailerBase64Attachment(this.contents, this.name, this.mime);