static List<Room> fromJsonList(List json) { return json.map((service) => Room.fromJson(service)).toList(); }