GetSpaceHierarchyResponse constructor

GetSpaceHierarchyResponse({
  1. String? nextBatch,
  2. required List<SpaceRoomsChunk> rooms,
})

Implementation

GetSpaceHierarchyResponse({
  this.nextBatch,
  required this.rooms,
});