GetSMTPConfigResponse constructor
GetSMTPConfigResponse({
- SMTPConfig? smtpConfig,
Implementation
factory GetSMTPConfigResponse({
$24.SMTPConfig? smtpConfig,
}) {
final $result = create();
if (smtpConfig != null) {
$result.smtpConfig = smtpConfig;
}
return $result;
}