docChanges property
List<DocumentChange<T> >
get
docChanges
An array of the documents that changed since the last snapshot. If this is the first snapshot, all documents will be in the list as Added changes.
Implementation
List<DocumentChange<T>> get docChanges;