SmtpResponseLine constructor

const SmtpResponseLine(
  1. int code,
  2. String message
)

Creates a new response line

Implementation

const SmtpResponseLine(this.code, this.message);