GetSMTPConfigResponse constructor

GetSMTPConfigResponse({
  1. SMTPConfig? smtpConfig,
})

Implementation

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