GetSpaceHierarchyResponse constructor
      
      GetSpaceHierarchyResponse({ 
    
    
- String? nextBatch,
- required List<SpaceRoomsChunk$2> rooms,
Implementation
GetSpaceHierarchyResponse({
  this.nextBatch,
  required this.rooms,
});