MessageRoomSearchDto constructor

MessageRoomSearchDto({
  1. int? relation,
  2. int? requester,
  3. int? corresponder,
  4. bool? published,
  5. bool? unreadOnly,
  6. int? words,
})

Implementation

MessageRoomSearchDto({
  this.relation,
  this.requester,
  this.corresponder,
  this.published,
  this.unreadOnly,
  this.words,
});