rooms property

Map<String, RoomHandle> get rooms

Implementation

Map<String, RoomHandle> get rooms => Map.unmodifiable(_rooms);