@override void setCopiesLeft(int quantity, String licenseId) { copies?[licenseId] = quantity; _set(LicensesTable.copiesleft, quantity, licenseId); }