ReportDelivery constructor

ReportDelivery({
  1. bool? emailOwner,
  2. String? emailOwnerDeliveryType,
  3. String? message,
  4. List<Recipient>? recipients,
})

Implementation

ReportDelivery({
  this.emailOwner,
  this.emailOwnerDeliveryType,
  this.message,
  this.recipients,
});