SpaceRoomsChunk$2 constructor
SpaceRoomsChunk$2({
- Uri? avatarUrl,
- String? canonicalAlias,
- required bool guestCanJoin,
- String? joinRule,
- String? name,
- required int numJoinedMembers,
- required String roomId,
- String? roomType,
- String? topic,
- required bool worldReadable,
- List<
String> ? allowedRoomIds, - String? encryption,
- String? roomVersion,
- required List<
ChildrenState> childrenState,
Implementation
SpaceRoomsChunk$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,
required this.childrenState,
});