hasRoom method

bool hasRoom(
  1. String room
)

Implementation

bool hasRoom(String room) => _rooms.containsKey(room);