putAllByName method

Future<List<Id>> putAllByName(
  1. List<Dictionary> objects
)

Implementation

Future<List<Id>> putAllByName(List<Dictionary> objects) {
  return putAllByIndex(r'name', objects);
}