RoomSummary$2 constructor
      
      RoomSummary$2({})
     
    
    
Implementation
RoomSummary$2({
  this.avatarUrl,
  this.canonicalAlias,
  required this.guestCanJoin,
  this.joinRule,
  this.name,
  required this.numJoinedMembers,
  required this.roomId,
  this.roomType,
  this.topic,
  required this.worldReadable,
  this.allowedRoomIds,
  this.encryption,
  this.roomVersion,
});