addMasters(List<Master> masters) { masters.forEach((master) => _addMaster(master)); _cachedCardsSchedule = null; }