PublicRoomsChunk constructor
PublicRoomsChunk({})
Implementation
PublicRoomsChunk({
this.avatarUrl,
this.canonicalAlias,
required this.guestCanJoin,
this.joinRule,
this.name,
required this.numJoinedMembers,
required this.roomId,
this.roomType,
this.topic,
required this.worldReadable,
});