BulkEmailContent constructor

BulkEmailContent({
  1. Template? template,
})

Implementation

BulkEmailContent({
  this.template,
});