putAllByUrl method
- List<
MokuroCatalog> objects 
Implementation
Future<List<Id>> putAllByUrl(List<MokuroCatalog> objects) {
  return putAllByIndex(r'url', objects);
}
Future<List<Id>> putAllByUrl(List<MokuroCatalog> objects) {
  return putAllByIndex(r'url', objects);
}