docChanges property

  1. @override
List<DocumentChange<T>> docChanges
override

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

@override
List<DocumentChange<T>> get docChanges => MergedList(_querySnapshots.map((e) => e.docChanges));