MailerException constructor

MailerException(
  1. String message, {
  2. List<Problem> problems = const [],
})

Implementation

MailerException(this.message, {this.problems = const []});