ImapWarning constructor

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

Creates a new warning instance

Implementation

const ImapWarning(this.type, this.details);