SendAs constructor

SendAs({
  1. String? displayName,
  2. bool? isDefault,
  3. bool? isPrimary,
  4. String? replyToAddress,
  5. String? sendAsEmail,
  6. String? signature,
  7. SmtpMsa? smtpMsa,
  8. bool? treatAsAlias,
  9. String? verificationStatus,
})

Implementation

SendAs({
  this.displayName,
  this.isDefault,
  this.isPrimary,
  this.replyToAddress,
  this.sendAsEmail,
  this.signature,
  this.smtpMsa,
  this.treatAsAlias,
  this.verificationStatus,
});