SendBulkEmailResponse constructor

SendBulkEmailResponse({
  1. required List<BulkEmailEntryResult> bulkEmailEntryResults,
})

Implementation

SendBulkEmailResponse({
  required this.bulkEmailEntryResults,
});