putAllByNameSync method

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

Implementation

List<Id> putAllByNameSync(List<Dictionary> objects, {bool saveLinks = true}) {
  return putAllByIndexSync(r'name', objects, saveLinks: saveLinks);
}