MessageRoomRegisterDto constructor

MessageRoomRegisterDto({
  1. String? roomName,
})

Implementation

MessageRoomRegisterDto({
  this.roomName,
});