addAllMap method
Adds many rows
to be inserted.
Implementation
UpsertMany addAllMap(Iterable<Map<String, dynamic>> rows) {
_bulkValues.addAll(rows);
return this;
}
Adds many rows
to be inserted.
UpsertMany addAllMap(Iterable<Map<String, dynamic>> rows) {
_bulkValues.addAll(rows);
return this;
}