EmailMessage constructor
EmailMessage({})
Implementation
EmailMessage({
this.body,
this.feedbackForwardingAddress,
this.fromAddress,
this.rawEmail,
this.replyToAddresses,
this.simpleEmail,
this.substitutions,
});