MessageRoomIdDto constructor

MessageRoomIdDto({
  1. int? roomId,
})

Implementation

MessageRoomIdDto({
  this.roomId,
});