ResendResponse constructor

ResendResponse({
  1. String? messageId,
})

Implementation

ResendResponse({
  this.messageId,
});