ImportDestination constructor
ImportDestination({
- ContactListDestination? contactListDestination,
- SuppressionListDestination? suppressionListDestination,
Implementation
ImportDestination({
this.contactListDestination,
this.suppressionListDestination,
});