Returns true if this connection is currently in the specified room.
true
room
bool isInRoom(String room) => _rooms.contains(room);