SendBulkEmailResponse constructor
SendBulkEmailResponse({
- required List<
BulkEmailEntryResult> bulkEmailEntryResults,
Implementation
SendBulkEmailResponse({
required this.bulkEmailEntryResults,
});