MongoChange constructor
MongoChange({})
Implementation
MongoChange({
required this.operationType,
required this.collection,
required this.documentId,
this.doc,
this.updateDescription,
required this.raw,
});