SuppressedDestinationAttributes constructor

SuppressedDestinationAttributes({
  1. String? feedbackId,
  2. String? messageId,
})

Implementation

SuppressedDestinationAttributes({
  this.feedbackId,
  this.messageId,
});