MessageRoomDto constructor
MessageRoomDto({})
Implementation
MessageRoomDto({
this.relation,
this.category,
this.roomId,
this.requester,
this.corresponder,
this.requestedTime,
this.correspondedTime,
this.published,
this.unread,
});