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