putAllBySearchTermSync method
- List<
DictionarySearchResult> objects, - {bool saveLinks = true}
Implementation
List<Id> putAllBySearchTermSync(List<DictionarySearchResult> objects,
{bool saveLinks = true}) {
return putAllByIndexSync(r'searchTerm', objects, saveLinks: saveLinks);
}