menu
enough_mail_plus package
documentation
smtp.dart
SmtpResponseLine
SmtpResponseLine.new const constructor
SmtpResponseLine.new const constructor
dark_mode
light_mode
SmtpResponseLine
constructor
const
SmtpResponseLine
(
int
code
,
String
message
)
Creates a new response line
Implementation
const SmtpResponseLine(this.code, this.message);
enough_mail_plus package
documentation
smtp
SmtpResponseLine
SmtpResponseLine.new const constructor
SmtpResponseLine class