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