ImapException constructor
ImapException(
- ImapClient imapClient,
- String? message, {
- StackTrace? stackTrace,
- dynamic details,
Implementation
ImapException(this.imapClient, this.message, {this.stackTrace, this.details});