SendBounceResponse constructor

SendBounceResponse({
  1. String? messageId,
})

Implementation

SendBounceResponse({
  this.messageId,
});