GetMutualRoomsResponse constructor

GetMutualRoomsResponse({
  1. required int count,
  2. required List<String> joined,
  3. String? nextBatch,
})

Implementation

GetMutualRoomsResponse({
  required this.count,
  required this.joined,
  this.nextBatch,
});