List<Id> putAllByKeySync(List<KV> objects, {bool saveLinks = true}) { return putAllByIndexSync(r'key', objects, saveLinks: saveLinks); }