MailException constructor

MailException(
  1. MailClient mailClient,
  2. String? message, {
  3. StackTrace? stackTrace,
  4. dynamic details,
})

Implementation

MailException(this.mailClient, this.message, {this.stackTrace, this.details});