putAllByUrlSync method

List<Id> putAllByUrlSync(
  1. List<MokuroCatalog> objects,
  2. {bool saveLinks = true}
)

Implementation

List<Id> putAllByUrlSync(List<MokuroCatalog> objects,
    {bool saveLinks = true}) {
  return putAllByIndexSync(r'url', objects, saveLinks: saveLinks);
}