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