InAppDocumentChangeSnapshot constructor

const InAppDocumentChangeSnapshot({
  1. required InAppDocumentSnapshot doc,
})

Implementation

const InAppDocumentChangeSnapshot({
  required this.doc,
});