JourneyEmailMessage constructor

JourneyEmailMessage({
  1. String? fromAddress,
})

Implementation

JourneyEmailMessage({
  this.fromAddress,
});