CampaignEmailMessage constructor

CampaignEmailMessage({
  1. String? body,
  2. String? fromAddress,
  3. String? htmlBody,
  4. String? title,
})

Implementation

CampaignEmailMessage({
  this.body,
  this.fromAddress,
  this.htmlBody,
  this.title,
});