ImportDestination constructor

ImportDestination({
  1. ContactListDestination? contactListDestination,
  2. SuppressionListDestination? suppressionListDestination,
})

Implementation

ImportDestination({
  this.contactListDestination,
  this.suppressionListDestination,
});