MessageSessionIdDto constructor

MessageSessionIdDto({
  1. String? messageId,
})

Implementation

MessageSessionIdDto({
  this.messageId,
});