``` Foos.batchInsert(foos) { this[Foo.id] = i...
# exposed
d
Copy code
Foos.batchInsert(foos) {
			this[Foo.id] = it.id
			this[Foo.bar] = it.bar
		}