GetPublicRoomsResponse constructor
GetPublicRoomsResponse({
- required List<
PublicRoomsChunk> chunk, - String? nextBatch,
- String? prevBatch,
- int? totalRoomCountEstimate,
Implementation
GetPublicRoomsResponse({
required this.chunk,
this.nextBatch,
this.prevBatch,
this.totalRoomCountEstimate,
});