@override void setPrintsLeft(int quantity, String licenseId) { prints?[licenseId] = quantity; _set(LicensesTable.printsleft, quantity, licenseId); }