SpaceHierarchyRoomsChunk constructor

SpaceHierarchyRoomsChunk({
  1. List<String>? allowedRoomIds,
  2. required List<ChildrenState> childrenState,
  3. String? encryption,
  4. String? roomType,
  5. String? roomVersion,
})

Implementation

SpaceHierarchyRoomsChunk({
  this.allowedRoomIds,
  required this.childrenState,
  this.encryption,
  this.roomType,
  this.roomVersion,
});