BatchInsertResult constructor
Creates a new BatchInsertResult
Implementation
const BatchInsertResult({
required this.insertedCount,
required this.insertedIds,
});
Creates a new BatchInsertResult
const BatchInsertResult({
required this.insertedCount,
required this.insertedIds,
});