BatchOperation constructor
const
BatchOperation({})
Creates a new BatchOperation
Implementation
const BatchOperation({
required this.type,
this.document,
this.filter,
this.update,
});
Creates a new BatchOperation
const BatchOperation({
required this.type,
this.document,
this.filter,
this.update,
});