List<Room> get rooms => mappedRooms.values .where((r) => !r.isRemovedByMe && r.isVerified) .toList();