ImapWarning constructor

ImapWarning(
  1. String type,
  2. String details
)

Implementation

ImapWarning(this.type, this.details);